Skip to content
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

Twitter API V2 test and do the changes as needed #63

Open
wpdev10 opened this issue Aug 16, 2023 · 1 comment
Open

Twitter API V2 test and do the changes as needed #63

wpdev10 opened this issue Aug 16, 2023 · 1 comment
Assignees

Comments

@wpdev10
Copy link
Contributor

wpdev10 commented Aug 16, 2023

No description provided.

@sachyya
Copy link
Contributor

sachyya commented Sep 12, 2023

@wpdev10 ,

I have modified the hybridauth library to use the api 2 and have been able to get the response with the following data:
stdClass Object

(
    [data] => stdClass Object
        (
            [id] => 31434234324
            [name] => Sachyya Sachet
            [username] => SachyyaS
        )

)

But not being able to retrieve the email from the response. Followed these but still not getting the email.
https://www.reddit.com/r/Twitter/comments/yxo7ku/how_to_retrieve_user_email_with_twitter_api_v2/
https://stackoverflow.com/questions/74271337/how-to-obtain-users-email-via-twitter-api-v1-or-v2
which says it's possible from V1

Have enabled the Request email from users and provided TOS and privacy policy link too but still not able to get the email.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants