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.

is there a way to check who is blocking you with twitter api?

share|improve this question
1  
Think about it. If there was a way to do this, then you could get around their blocking - it would defeat the purpose of blocking. If someone is blocking you, then they don't want to hear from you. – Foredecker Jul 25 '09 at 4:28

2 Answers

You can find out who you are blocking using these calls, but you can't find out who is blocking you.

share|improve this answer
The only 'blocking' functions are through the authenticated user, which only displays his/her relationships. – Chacha102 Jul 25 '09 at 2:18
1  
Here's an updated link to this API resource: dev.twitter.com/doc/get/blocks/blocking/ids – arcain Apr 16 '11 at 19:51

If you are blocked by a user that you are following, your user_id will no longer appear in the list of follower ids for that user, which you can retrieve via GET followers/ids.

share|improve this answer

Your Answer

 
discard

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