I am trying to post to facebook group using RestFB
library but I get:
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}}
Even thought my acess token is an application access token.
{
"name": "LottoShop",
"access_token": "ACCESS_TOKEN_CODE",
"category": "Application",
"id": "xxxx"
},
I get the above access token when I invoke
https://graph.facebook.com/me/accounts?access_token=MY_OWN_ACCESS_TOKEN
In my personal opinion, this Facebook Graph API is convoluted!