Replies: 1 comment
-
I had to painfully come to the conclusion that requiring This unfortunately means v4 users that employ this restriction (requiring |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
As in Twitter OAuth 2.0, there is no way to get the user's email address. Twitter does not provide any Scope to get an authenticated user's email address. Even if you check "Request email from users" in the Twitter App you won't get the email address. But if you use OAuth 1.0A you can request email using "include_email=true" scope.
Non-Goals
No response
Background
Currently, in v5 there is only an OAuth 2.0 way in Twitter but we can't get email address. Please add OAuth 1.0A support that we have in v4
Proposal
Please add legacy Twitter OAuth 1.0A provider in V5
Beta Was this translation helpful? Give feedback.
All reactions