How do you get long-lived access tokens from the Facebook Graph API (server-side auth)?

后端 未结 2 1505
深忆病人
深忆病人 2021-02-10 08:45

Since Facebook is removing the offline_access permission, I want to go ahead an migrate our website to use the new system.

I found this document on Facebook\'s website:

2条回答
  •  感情败类
    2021-02-10 09:10

    Since Facebook is removing the offline_access permission, I want to go ahead an migrate our website to use the new system.

    Ensure you enabled "Remove offline_access permission" in the advanced settings of your app

    Advanced settings

    If you did, you might be hitting a bug https://developers.facebook.com/bugs/378106708911903

提交回复
热议问题