Android and iOS Facebook invalid access token logout -
i trying understand implications of log out button on ios , android... if long-lived access token (60 days) , user logs out, token invalid?. references on facebook documentation
https://developers.facebook.com/docs/facebook-login/access-tokens#expiredtokens
error validating access token: session invalid because user logged out.
does mean if user logs out, long-lived token invalid?
https://developers.facebook.com/docs/unity/reference/current/fb.logout
on platforms invalidate access token have user issued before logout.
does apply long-lived access token or short lived?
thank you!
it invalidates tokens locally (i.e. on actual client device or browser), token still valid. if store access token server side, can still use it.
Comments
Post a Comment