facebook: permanent Page Access Token?

后端 未结 16 2174
情书的邮戳
情书的邮戳 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:18

    If you have facebook's app, then you can try with app-id & app-secret.

    Like :

    access_token={your-app_id}|{your-app_secret}
    

    it will don't require to change the token frequently.

提交回复
热议问题