Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的网站上有一个简单的 facebook 网站提要,它不允许访问者访问我的网站。它实际上是一组转储到用户列表的 json。
我遇到的问题是访问令牌每 1-2 小时过期一次,并且提要死亡......
我需要自动刷新令牌或获取未过期的令牌。对我来说最好的路线是什么。
我想确保安全性尽可能高。
非常感谢
你可以得到扩展令牌,红色这个:Extended Access Tokens
此令牌将在 2 个月内到期,因此无需一次又一次地刷新。
如果你想代表这个用户离线访问,你可以使用它并在它过期之前刷新它。