Search code examples
iphonexcodetwittertwitter-oauth

How to get user account information from Twitter using objective-c?


i have used oauth mechanism to let the user login via twitter in my app, on successful login it returns me the access taken, username and oauth_token_secret, i want to get the user account information from twitter like his location, date of birth, and other profile information. I have searched the Rest Api given on the twitter's official site but haven't found any such link.... so how to get the user 's account information? kindly help me.


Solution

  • what about this call

     https://api.twitter.com/1/users/show.json?screen_name=TwitterAPI&include_entities=true