sending a private message to your friends via Facebook IOS SDK

前端 未结 3 1914
伪装坚强ぢ
伪装坚强ぢ 2020-12-01 22:13

I saw your post about sending messages to your Facebook friends via the IOS Facebook sdk,

I was wondering if there is a way to send a private message as well to the

3条回答
  •  庸人自扰
    2020-12-01 22:26

    No, it is not possible to send private messages using the Graph API.

    Yes, it is still possible to post to a friend's wall. I just checked it out just now using the graph API Explorer tool: http://developers.facebook.com/tools/explorer. I used /friendId/feed with an HTTP post of "message" = "testing" and my friend confirmed they saw it on their stream.

提交回复
热议问题