Facebook API support for User-Page private messages

后端 未结 1 1686
失恋的感觉
失恋的感觉 2020-12-10 08:41

As I understand, as per the new FB changes for brand pages (moving them to timeline structure), fans/members/likers are allowed to private message a \"Page\" or \"Brand\". I

相关标签:
1条回答
  • 2020-12-10 09:37

    Just last night, Facebook has just announced new APIs for managing Pages which include, among others, the ability read messages from a page, hiding a post etc.

    Quotes from https://developers.facebook.com/docs/reference/api/page/ :

    You can read the messages for a page by issuing an HTTP GET request to /PAGE_ID/conversations with a Page Access Token and read_mailbox permission.

    Reply

    Note that a page can only reply to a user's message. It cannot initiate a private message with a user. Also, a page can respond not more than twice to a user's message before the user has replied back.

    You can reply to a user's message by issuing an HTTP POST to /CONVERSATION_ID/messages with the following parameters.

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