Extending 60 days Facebook token

时光怂恿深爱的人放手 提交于 2019-12-04 16:01:23

You have to redirect to user to the login dialog url again, as described in https://developers.facebook.com/docs/facebook-login/access-tokens/#expiredtokens

If the access token becomes invalid, the solution is to have the person log in again, at which point you will be able to make API calls on their behalf once more. The login flow your app uses for new people should determine which method you need to adopt.

Normally there should be no user action required when redirecting, if you don't request more permissions.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!