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 帐户的身份验证令牌,我将其存储在数据库中,但是当我在几天后使用它时,它会引发错误异常。如何获得长期访问令牌?
错误如下:
Received Facebook error response of type OAuthException: Error validating access token: Session has expired at unix time 1333612800.
如何获得不会过期的令牌?
您不能拥有不再过期的令牌,您只能生成最多持续 60 天的代码。