I’m trying to get user info after they log from an Android client. But info must be taken withihn server.
With facebook I can access my info just with my acces token. Does twitter has one?
Thanks!
The information is not “attached” to the access token response, but you can quickly retrieve information about the “current user” represented by your application with a request to [node:9749].
can any one tell me how to use GET account/verify_credentials
After you’ve obtained an access token using OAuth 1.0A, you then use that access token in conjunction with your consumer key and secret to generate a signed GET request to https://api.twitter.com/1.1/account/verify_credentials.json
@episod can you explain in brief . and can you please give me coding for it my email id is utkarshtiwari92@gmail.com
how can i access user details through “Access Token” ?