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


i have oauth_token , oauth_token_secret. there way twitter user details using this? have twitter button in website , after successful login got oauth_token , oauth_token_secret.

you can retrieve quite bit of information users api.

visit (https://dev.twitter.com/docs/api/1.1) , scroll down "users" section. details calls can make , information returned each.


Comments

Popular posts from this blog

html - jquery - p element wont show after I hid it -

php - Return Last Insert ID with PDO -

python - BeautifulSoup: How to get the nearest tag -