This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
Fetch a users' email address along with the basic profile fields. #36
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.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a proposed fix for https://jira.springsource.org/browse/SOCIALLI-24
I added a few of methods to the ProfileOperations interface / Profile Template implementation to allow a user of the library to get the user's email address along with the basic fields. I also added some unit tests an corresponding test data.
This could be useful since email address allows applications that are using Linked In as the authentication provider to be able to communicate with users directly, with the user's permission. In fact, basic profile + email address is one of the examples on the LinkedIn API documentation page in the section that explains authentication and authorization.
http://developer.linkedin.com/sites/default/files/gp-dialog.png