Using oauth_token and oauth_token_secret how to get user details with twitter api?

限于喜欢 提交于 2019-12-13 07:34:17

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!