Do Facebook Oauth 2.0 Access Tokens Expire?

后端 未结 13 1162
Happy的楠姐
Happy的楠姐 2020-11-27 09:32

I am playing around with the Oauth 2.0 authorization in Facebook and was wondering if the access tokens Facebook passes out ever expire. If so, is there a way to request a l

13条回答
  •  一整个雨季
    2020-11-27 10:25

    Note that Facebook is now deprecating the offline_access permission in favor of tokens for which you can request an "upgrade" to the expiry. I'm just now dealing with this, myself, so I don't have much more to say, but this doc may help:

    https://developers.facebook.com/docs/offline-access-deprecation/

提交回复
热议问题