FacebookのグラフAPIを使用して友達のタイムラインに投稿しようとすると、
{"error":{"message": "(#200)他のユーザーへのフィードストーリーの公開は、このアプリケーションでは無効になっています"、 "type": "OAuthException"、 "code":200}}
access_tokenの作成中に何かを有効にすると、この問題は解決しますか?
もしそうなら、私は何を有効にすべきですか。
ありがとう、
パドマプラサドG
FacebookのグラフAPIを使用して友達のタイムラインに投稿しようとすると、
{"error":{"message": "(#200)他のユーザーへのフィードストーリーの公開は、このアプリケーションでは無効になっています"、 "type": "OAuthException"、 "code":200}}
access_tokenの作成中に何かを有効にすると、この問題は解決しますか?
もしそうなら、私は何を有効にすべきですか。
ありがとう、
パドマプラサドG
この機能は 2 月 6 日に削除されました: http://developers.facebook.com/roadmap/completed-changes/
はい、これは数か月前に発表され、2 月 6 日に発効しました - http://developers.facebook.com/roadmap/completed-changes
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.
回避策は、ユーザーが同じコンテンツを投稿できるようにするフィード ダイアログを使用することですが、投稿先のユーザーを選択します。