facebook: permanent Page Access Token?

后端 未结 16 2385
情书的邮戳
情书的邮戳 2020-11-22 02:39

I work on a project that has facebook pages as one of its data sources. It imports some data from it periodically with no GUI involved. Then we use a web app to show the dat

16条回答
  •  轮回少年
    2020-11-22 03:14

    I tried these steps: https://developers.facebook.com/docs/marketing-api/access#graph-api-explorer

    Get Permanent Page Access Token

    • Go to Graph API Explorer
    • Select your app in Application
    • Paste the long-lived access token into Access Token
    • Next to Access Token, choose the page you want an access token for. The access token appears as a new string.
    • Click i to see the properties of this access token
    • Click “Open in Access Token Tool” button again to open the “Access Token Debugger” tool to check the properties

    One Tip, it only worked for me when the page language is english.

提交回复
热议问题