如何在Facebook应用中使用Facebook Graph API回复粉丝页面上的私信?
ADMINISTER,
EDIT_PROFILE,
CREATE_CONTENT,
MODERATE_CONTENT,
CREATE_ADS,
BASIC_ADMIN
我按照here描述的那样做。
Some claim to have gotten around this。他们是如何做到的?
答案 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