I am building a demo Twitter app. I have fetched the search results and timeline tweets. Is there any way to get the list of people I am following and my followers? And, can my messages be fetched too?
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.
|
|
https://dev.twitter.com/docs/api/1/get/users/lookup https://dev.twitter.com/docs/api/1/get/users/show https://dev.twitter.com/docs/api/1/get/friends/ids https://dev.twitter.com/docs/api/1/get/followers/ids Check this links to know the parameters to get the list of followers and know the REST API link for retrieve the friends and followers. |
|||||||||||
|