Access Token expire time with offline_access permission

前端 未结 4 1019
没有蜡笔的小新
没有蜡笔的小新 2020-12-15 01:51

Facebook Permissions page states the following about offline_access:

Enables your application to perform authorized requests on behalf of the user a

4条回答
  •  感情败类
    2020-12-15 01:51

    The offline_access permission is deprecated and has been removed as of December 5th, 2012 The access tokens will now need to be periodically renewed. The flow is detailed here.

    The deprecation roadmap is here.

提交回复
热议问题