0

Facebook アプリで Facebook Graph API を使用して、ファン ページのプライベート メッセージに返信するにはどうすればよいですか?

  • ファンページからプライベートメッセージを取得できます
  • チャット API を使用してユーザーとして返信できます (ユーザー間のみ)
  • 有効なトークンを持っています
  • read_mailbox、read_page_mailboxes パーミッション、およびページに対する次のパーミッションも持っています。

管理者、
EDIT_PROFILE、
CREATE_CONTENT、 MODERATE_CONTENT

CREATE_ADS、
BASIC_ADMIN

ここで説明されているようにやっています。

これを回避したと主張する人もいます。彼らはこれをどのように管理しましたか?

4

1 に答える 1

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
于 2013-02-18T20:38:53.830 に答える