How to Get Twitter Follower and Following list in android

Forums » Android - Examples > How to Get Twitter Follower and Following list in an...
February 28, 2012 1:12:33 AM PST (one year ago). Seen 1,193 times. 4 replies.
Photo Ronak Mehta
Student
Student
Member since Feb 28, 2012
Forum Posts: 1
i want to fetch twitter follower and following list in android how can i achieve kindly provide me some code for this list contains their full names that i want to display in my application. thanks in advance.
March 4, 2012 1:20:30 PM PST (one year ago)
Photo Marko Gargenta
@MarkoGargenta
Marakana, Inc.
Member since Jan 19, 2007
Location: San Francisco
Forum Posts: 227
Look at the docs for JTwitter library. There's API for that.
April 11, 2012 9:12:30 AM PDT (one year ago)
Photo Momna Zaneb
TouchGOld
Member since Apr 11, 2012
Forum Posts: 1
im looking for some code of same thing plz provide me if any one have.do reply
August 21, 2012 2:56:15 PM PDT (39 weeks ago)
Photo Nikolas von Randow
-
Member since Aug 13, 2012
Forum Posts: 4
I have no code snipped, but a fiew links:
https://dev.twitter.com/console ...to try out the api
https://api.twitter.com/1/friends/ids.json?cursor=-1&screen_name=ladygaga (list with friends ids in json-format)
https://api.twitter.com/1/followers/ids.json?cursor=-1&screen_name=ladygaga (followers)
http://www.vogella.com/articles/AndroidJSON/article.html (great tutorial on json in android/java)

Hope this helps,
Nikolas
April 19, 2013 3:37:22 AM PDT (4 weeks ago)
Photo Cammie Morgan
Banana Inc
Member since Apr 19, 2013
Forum Posts: 1
Well, i don't know a thing about android development but I'm just curious as to what kind of application you are making. I want to gain more twitter followers and that would be really useful.