Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/fsharp/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Facebook graph api Facebook Graph api-向好友发布时间线问题_Facebook Graph Api - Fatal编程技术网

Facebook graph api Facebook Graph api-向好友发布时间线问题

Facebook graph api Facebook Graph api-向好友发布时间线问题,facebook-graph-api,Facebook Graph Api,当我尝试使用facebook graph api向我的朋友发布时间线时,我发现 {错误:{此应用程序已禁用消息:200向其他用户发布提要故事,类型:OAuthException,代码:200}} 在创建access_令牌时启用某些功能将解决此问题 如果是,我应该启用什么 谢谢 Padmaprasad G此功能已于2月6日删除: 看看这里怎么做是的,这是几个月前宣布的,并于2月6日生效 解决方法是使用Feed对话框,该对话框允许用户发布相同的内容,但选择要发布的用户 Removing abilit

当我尝试使用facebook graph api向我的朋友发布时间线时,我发现

{错误:{此应用程序已禁用消息:200向其他用户发布提要故事,类型:OAuthException,代码:200}}

在创建access_令牌时启用某些功能将解决此问题

如果是,我应该启用什么

谢谢


Padmaprasad G

此功能已于2月6日删除:


看看这里怎么做是的,这是几个月前宣布的,并于2月6日生效

解决方法是使用Feed对话框,该对话框允许用户发布相同的内容,但选择要发布的用户

Removing ability to post to friends walls via Graph API
We will remove the ability to post to a user's friends' walls via the Graph API. Specifically, posts against [user_id]/feed where [user_id] is different from the session user, or stream.publish calls where the target_id user is different from the session user, will fail. If you want to allow people to post to their friends' timelines, 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). For more info, see this blog post.