You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the new Twitter API and attempting to get email addresses with user logins, which you can log into without issue not using this rule:
Environment
Version of this library used:
vLatest from the "Enrich" rules from the Auth0 dashboard:
Version of the platform or framework used, if applicable:
IDK
Other relevant versions (language, server software, OS, browser):
N/A
Other modules/plugins/libraries that might be involved:
N/A
** Next Steps **
I am going to attempt to come up with an Oauth2 solution because I can't find anything on the internet that addresses this. I also searched this repository for mention of this issue but found nothing. I would welcome any collaborations or help or just feedback in general on this topic and if/when I get a working solution I can provide a PR for an additional javascript rule file for the Oauth2 flow.
The text was updated successfully, but these errors were encountered:
I agree with the Auth0 Code of Conduct.
Description
The get email address from Twitter rule only works with Oauth 1.0 and Twitter v2 uses Oauth 2.0.
Reproduction
This code:
(from: https://github.com/auth0/rules/blob/master/src/rules/get-twitter-email.js#29)
Produces this error:
When using the new Twitter API and attempting to get email addresses with user logins, which you can log into without issue not using this rule:
Environment
vLatest from the "Enrich" rules from the Auth0 dashboard:
IDK
N/A
N/A
** Next Steps **
I am going to attempt to come up with an Oauth2 solution because I can't find anything on the internet that addresses this. I also searched this repository for mention of this issue but found nothing. I would welcome any collaborations or help or just feedback in general on this topic and if/when I get a working solution I can provide a PR for an additional javascript rule file for the Oauth2 flow.
The text was updated successfully, but these errors were encountered: