Extend Facebook Open Graph Token For Posting to Pages

后端 未结 2 1693
北海茫月
北海茫月 2021-02-04 22:28

I\'m using this tutorial (from the first answer on that page).

In short it uses a FB app, and PHP CURL GET to post to your Facebook page via HTTP. I have it working and

2条回答
  •  情话喂你
    2021-02-04 23:24

    The & symbol should be replaced with ? (question mark). Then it should work.

    ex:

    https://graph.facebook.com/oauth/access_token?grant_type=fb_exchange_token&client_id={app-id}&client_secret={app-secret}&fb_exchange_token={short-lived-token}
    

提交回复
热议问题