facebook: permanent Page Access Token?

后端 未结 16 2163
情书的邮戳
情书的邮戳 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 02:53

    In addition to the recommended steps in the Vlasec answer, you can use:

    • Graph API explorer to make the queries, e.g. /{pageId}?fields=access_token&access_token=THE_ACCESS_TOKEN_PROVIDED_BY_GRAPH_EXPLORER
    • Access Token Debugger to get information about the access token.

提交回复
热议问题