RestFB
ライブラリを使用してFacebookグループに投稿しようとしていますが、次のようになります:
com.restfb.DefaultFacebookClient makeRequestAndProcessResponse:
Facebook responded with HTTP status code 403 and response body: {"error":{"message":"(#200)
Posts where the actor is a page cannot also include a target_id","type":"OAuthException","code":200}}
私のアクセストークンはアプリケーションアクセストークンだと思っていました。
{
"name": "LottoShop",
"access_token": "ACCESS_TOKEN_CODE",
"category": "Application",
"id": "xxxx"
},
呼び出すと上記のアクセストークンを取得します
https://graph.facebook.com/me/accounts?access_token=MY_OWN_ACCESS_TOKEN
私の個人的な意見では、この Facebook Graph API は複雑です!