My first question at StackOverFlow! Pardon me if I go wrong, my question doesn't make any sense or it hurts the community.
I have got Twitter Access Token and Twitter Secret for my Android app using OAuth. (A big thanks to the people here)
Now I want to get the friend list for that specific user account.
I send both of them to my server application from where I need to access friends list for that account.
How can I get the friends list? Any library for that?
Any insight will be highly appreciated.