How can I force a facebook access token to expire?

前端 未结 8 1686
执念已碎
执念已碎 2020-12-23 12:00

I\'m doing some testing in the wake of offline_access\'s expiration. I think that since all interactions my app makes with Facebook are done via my servers and are user ini

8条回答
  •  天命终不由人
    2020-12-23 12:26

    https://www.facebook.com/connect/login_success.html#access_token="access_token" &expires_in=1.minutes Here in the place of "access_token" enter your access token without quotes and the access token will expire in 1 minute.

提交回复
热议问题