Facebook non-expiring access token

后端 未结 2 1751
粉色の甜心
粉色の甜心 2020-12-09 22:09

I want to show the last facebook post on my website. I have a script for it but it needs access token to work.

I followed the steps mentioned in this post:

h

2条回答
  •  天命终不由人
    2020-12-09 22:50

    when i'll open https://graph.facebook.com/me/accounts...

    You need to open it in the Graph API Explorer and add the access token retrieved in the earlier step or append it to end of the url

    https://graph.facebook.com/me/accounts?access_token=XXXX

提交回复
热议问题