Twitist Forums
How to get user's screen name using api/query in twitter..? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: Twitter forums (/forum-1.html)
+--- Forum: Twitter General help (/forum-6.html)
+--- Thread: How to get user's screen name using api/query in twitter..? (/thread-67778.html)



How to get user's screen name using api/query in twitter..? - Harjeet - 04-15-2013 11:10 AM

How to get user's screen name using api/query in twitter like in facebook we can get our id by using UID=me() in FQL query.???and screen name should be fetch from twitter database and also i want to pass that screen name to my twitter api/query using variable in which screen name will be store.


- RedWizard - 04-15-2013 11:18 AM

To get the screen name, you can verify your credentials using GET account/verify_credentials, and pulling the screen name from the screen_name property in the resulting JSON.