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

巧了我就是萌 提交于 2019-12-18 09:48:00

问题


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've read this topic and other relative posts on stackoverflow, and I understand that facebook had made some changes. But when I read Feed Dialog document, I find out that it said:

Your application can also publish directly to a profile's timeline without interaction on the part of someone using your app. To accomplish this, use the corresponding Graph API call

while "Graph API call" is an unavailable link. And I can't figure out what the corresponding graph api call is.


回答1:


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).



来源:https://stackoverflow.com/questions/16604090/since-feb-6th-can-i-post-to-friends-timeline-by-graph-api-call-directly

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!