-
Do we get the user's details (like email, photo-URL, name, etc.) once the user approves the app? |
Beta Was this translation helpful? Give feedback.
Answered by
alkihis
Apr 25, 2022
Replies: 1 comment 3 replies
-
Most of user account details can be found in |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
bigansh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most of user account details can be found in
.v1.currentUser()
(only if you've used OAuth1, see endpoint/1.1/account/verify_credentials.json
) or.v2.me()
with the expansions you need (see/2/users/me
endpoint)