如何使用Facebook应用程序中的Facebook Graph API在粉丝页面上回复私人消息?

时间:2013-02-17 06:43:22

标签: facebook facebook-graph-api facebook-page

如何在Facebook应用中使用Facebook Graph API回复粉丝页面上的私信?

  • 我可以从粉丝页面检索私人讯息
  • 我可以使用聊天API(仅限用户)
  • 以用户身份回复
  • 我有有效的代币
  • 我也有read_mailbox,read_page_mailboxes权限以及页面的以下权限:

ADMINISTER,
EDIT_PROFILE,
CREATE_CONTENT,
MODERATE_CONTENT,
CREATE_ADS,
BASIC_ADMIN

我按照here描述的那样做。

Some claim to have gotten around this。他们是如何做到的?

1 个答案:

答案 0 :(得分:0)

您链接的文档非常清楚地回答了这个问题。

来自文档:

**How to 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. A conversation ID look like t_id.216477638451347.

Parameter   Description          Type   Required
message     The body of reply   string      Y