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.

For certain users of my Twitter app, I am unable to create a friendship using the Rest API as I get a response code 403 FORBIDDEN for those users. It is the same users every time that for some reason I am unable to make friendship create requests on their behalf.

I have found that if a user deauthorizes my app, I get a 401 response when I try to create a new friendship for that user. So that is not the problem.

Has anyone else seen this? I do not have a problem with OAuth or anything like that as I have no issues making friendship creates for MOST of my app users but some of them always return 403. Any thoughts?

Also, I know the users are not hitting their daily follow limit. One particular user who always has this problem has tens of thousands of followers and only follows about 1,500. So I do not believe that is the issue either but I cannot find anything on the Internet about any other possibilities...

Also... note that it is NOT a 403 because the user already follows. I verified this by trying to get the user to follow a Twitter account that I know it does not currently follow.

share|improve this question
1  
According to the API doco, it should "Returns a string describing the failure condition when unsuccessful" - have you checked for that? – John C Sep 10 '12 at 23:32

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.