Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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!

share|improve this question
1  
Related to currently open bug report: developers.facebook.com/bugs/380937985301371 – Igy Jul 11 '12 at 16:50
thanks Igy, but the exception code I get is different from the one you mentioned. Are they related? – Babajide Prince Jul 11 '12 at 21:18
1  
I thought so, as that bug report is related to users acting as pages not working correctly at a low-ish level, this would also explain the error you're seeing assuming you're trying to update a page's feed – Igy Jul 11 '12 at 21:34
Yes I am trying to update a page's feed, the error is sporadic though. – Babajide Prince Jul 11 '12 at 22:55

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.