-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to call verify_credentials api to get email if user has given permission, we only have function showUsers which does not give email #18
Comments
Did you figure this out? |
Take a look at the code here You will see, there is a function called verifyCredentials which will get the user profile with email from Twitter api. And if you look closely enough you will see it here That means you can already access it like this It is there but it's just not included in the readme file of the repo |
Hello @wichanan,
Even my VS code editor highlights this same error. (it underlines the openComposer in red, and on hover it prints the above error to tool tip). |
@chiemekailo Maybe my answer was too vague.
and then on the
and then you should be able to access any available function other than login(), logout(), and showUser(). List of available functions: |
No description provided.
The text was updated successfully, but these errors were encountered: