问题
I have a oauth_token and oauth_token_secret. Is there any way to get twitter user details using this? I have a twitter button in my website and after successful login i got oauth_token and oauth_token_secret.
回答1:
You can retrieve quite a bit of information about users from the API.
Visit (https://dev.twitter.com/docs/api/1.1) and scroll down to the "Users" section. It details the calls you can make and what information is returned by each.
来源:https://stackoverflow.com/questions/24425255/using-oauth-token-and-oauth-token-secret-how-to-get-user-details-with-twitter-ap