Facebook Page Post Api?

前端 未结 1 1759
南旧
南旧 2021-02-06 19:41

I\'m administrator of a page on facebook account. How do I post this page to api ?

And I, how the code will get a access_token ?

相关标签:
1条回答
  • 2021-02-06 20:28

    Follow this steps to make:

    1. Take manage_pages permissions
    2. Get Page Access_token from https://graph.facebook.com/me/accounts?access_token=<ACCESS_TOKEN>
    3. Post your message on page using: https://graph.facebook.com/<Page_ID>/feed?access_token=<PAGE_ACCESS_TOKEN_TAKEN_FROM_STEP2>&message=uuuuhhhuuu...
    4. Open your page and check that... :)
    0 讨论(0)
提交回复
热议问题