Since Feb. 6th, can I post to friends' timeline by Graph API call directly?

后端 未结 1 1648
隐瞒了意图╮
隐瞒了意图╮ 2020-12-22 09:57

My question is, if I am the user using an authorized web application, can I post something to my friends\' timeline at once, and without any interactions with me?

I

相关标签:
1条回答
  • 2020-12-22 10:26

    You cannot Post to User's Friends timelines through the Graph API, as simple as that. You can only Post to the authorized User's wall through the Graph API.

    The only way to achieve the similar functionality, as the blog post that you have checked suggests is,

    If you want to allow people to post to their friend’s timeline from your app, you can invoke the feed dialog. Stories that include friends via user mentions tagging or action tagging will show up on the friend’s timeline (assuming the friend approves the tag).

    0 讨论(0)
提交回复
热议问题