Facebook Page Access Tokens - Do these expire?

前端 未结 8 1283
感情败类
感情败类 2020-11-27 10:58

I\'m building an app that allows users to administrate their Facebook Fan Pages. This requires the following two Access Tokens:

  1. A User Access Token
  2. A
8条回答
  •  暖寄归人
    2020-11-27 11:21

    • Default Page access token are short-lived so they expire in 1 or 2 hours. If you want to make it last longer you need to extend the short-lived to a long-lived access token so it will last approximatively 2 months.
    • The permission offline_access is now deprecated.
    • The access token does not expire when a user change is password.

    In another question I explain How to extend Page access token.

提交回复
热议问题