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

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -