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 Email #76

Open
lealjuanm opened this issue Feb 9, 2016 · 2 comments
Open

Twitter Email #76

lealjuanm opened this issue Feb 9, 2016 · 2 comments

Comments

@lealjuanm
Copy link

How can I get the email user from twitter service model, twitter has enabled requesting email permissions for my app, but I need Change my token's scope to request email. How can i do that?

@akaNightmare
Copy link

@lealjuanm login only

@romanpuliyan
Copy link

I think you need extend twitter class, change class in eauth config to your new, and use request like this

$info = $this->makeSignedRequest('account/verify_credentials.json?include_email=true');

I get email with this request

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

3 participants