Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdding email support #220
Conversation
This comment has been minimized.
This comment has been minimized.
tmbull
commented
Nov 16, 2015
|
@yusuke Could you please look at this PR? We also would like to be able to retrieve user email addresses, and this seems like a simple solution. Thanks! |
This comment has been minimized.
This comment has been minimized.
firstthumb
commented
Jan 3, 2016
|
When are you planning to merge this PR? |
This comment has been minimized.
This comment has been minimized.
|
Hi, TwitterBaseImpl#fillInIDAndScreenName() and HttpParameter are not intended to be exposed in a public interface. |
alibitek
referenced this pull request
Feb 4, 2016
Merged
Add support for getting email address from Twitter user #230
yusuke
merged commit 39cd327
into
Twitter4J:master
Apr 24, 2016
pushed a commit
to takke/Twitter4J
that referenced
this pull request
Jul 23, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
aYoussef commentedSep 9, 2015
As per their documentation, Twitter started to include the user email on the verify request endpoint.
https://dev.twitter.com/rest/reference/get/account/verify_credentials
This PR includes a way for the library users to send parameters to the verify_credentials endpoint to request the user email