Facebook Page Post Api?

前端 未结 1 1758
南旧
南旧 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=
    3. Post your message on page using: https://graph.facebook.com//feed?access_token=&message=uuuuhhhuuu...
    4. Open your page and check that... :)

    0 讨论(0)
提交回复
热议问题