2

アプリを介してFacebookの特定のプロファイルにリンクを公開したかった. https://graph.facebook.com/PROFILE_ID/linksに access_token とその他の必要なパラメーターを付けて投稿します。テスト目的で、Graph API Explorer で access_token を取得し、publish_stream および share_item 拡張アクセス許可を取得しました。

その後、エラーが発生しました

{
   "error": {
      "message": "An access token is required to request this resource.",
      "type": "OAuthException",
      "code": 104
   }
}

PROFILE_ID に対して fb_id と fb_username を試しましたが、同じエラーが発生しました。何か間違っていますか?

ありがとう

4

1 に答える 1