I am using Twitter and Accounts Framework for iOS 5.
Problem is that i am not able to get the list of friends using http://api.twitter.com/1/friends/ids.json?screen_name=%@” this api. But from twitter api explorer, i got the friends list. (twitter explorer api = https://dev.twitter.com/console ).
I am using Twitter and Accounts Framework for iOS 5. Problem is that i
Share
I am using Twitter Native Framework for iOS.
To getting friends list from Twitter you can go this way (Four Steps).
Request.
put in Array
so…your .h file should look like this
and your .m file should have like this..
let me know if you have any doubt regarding this!!
happy to help!