1

I'm using the Facebook Graph API to reply a direct message.
I have published my message issuing an HTTP POST request to /CONVERSATION_ID/messages with a valid access token.
But I receive the following error:

{
  "error": {
    "message": "(#3) Unknown method",
    "type": "OAuthException",
    "code": 3
  }
}

The same test on the Graph API Explorer returned the same error.
Can anyone please help me out?

4

2 に答える 2

0

/messagesAPIに追加する必要はありません。https://graph.facebook.com/{message_id}スレッドを取得するには、API を呼び出すだけです。

于 2012-06-29T16:10:15.953 に答える