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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

busybee
Copy link

@busybee busybee commented Mar 8, 2013

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

Added separate methods to get User email address as part of the User
Profile since Email Address is a separate level of access, and full
profile access is not needed to be able to get just the user email
address.
spring-builds pushed a commit that referenced this pull request May 10, 2017
spring-builds pushed a commit that referenced this pull request May 10, 2017
Fixed null/existence checking in FqlResult. SOCIALFB-75
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants