Replies: 2 comments
-
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.
-
Running into the same issue. my flow is OAuth 2 -> OAuth 1 -> App. Not great, but better than letting the user manually enter their email and then waiting for them click verify. Edit: I was wrong! There is |
Beta Was this translation helpful? Give feedback.
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