Android 和 iOS Facebook 无效访问令牌注销
Android and iOS Facebook invalid access token logout
我正在尝试了解 iOS 和 Android 上注销按钮的含义...如果我获得长期访问令牌(60 天)和用户日志out,令牌是否无效?对 Facebook 文档的引用
https://developers.facebook.com/docs/facebook-login/access-tokens#expiredtokens
Error validating access token: The session is invalid because the user logged out.
这是否意味着如果用户注销,则长期令牌无效?
https://developers.facebook.com/docs/unity/reference/current/FB.Logout
On all the platforms it will also invalidate any access token that you have for the user that was issued before the logout.
这适用于长期访问令牌还是仅适用于短期访问令牌?
谢谢!
它在本地(即在实际的客户端设备或浏览器上)使令牌无效,但令牌本身仍然有效。如果您存储访问令牌服务器端,您仍然可以使用它。
我正在尝试了解 iOS 和 Android 上注销按钮的含义...如果我获得长期访问令牌(60 天)和用户日志out,令牌是否无效?对 Facebook 文档的引用
https://developers.facebook.com/docs/facebook-login/access-tokens#expiredtokens
Error validating access token: The session is invalid because the user logged out.
这是否意味着如果用户注销,则长期令牌无效?
https://developers.facebook.com/docs/unity/reference/current/FB.Logout
On all the platforms it will also invalidate any access token that you have for the user that was issued before the logout.
这适用于长期访问令牌还是仅适用于短期访问令牌?
谢谢!
它在本地(即在实际的客户端设备或浏览器上)使令牌无效,但令牌本身仍然有效。如果您存储访问令牌服务器端,您仍然可以使用它。