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

Linkedin can't fetch email field #153

Open
JungSis opened this issue Jul 8, 2015 · 1 comment
Open

Linkedin can't fetch email field #153

JungSis opened this issue Jul 8, 2015 · 1 comment

Comments

@JungSis
Copy link

JungSis commented Jul 8, 2015

When i'm using the linkedin connector.

I can't seem to get the email details of the login user.

I tried to add 'r_emailaddress' on the scope (configuration file) but the results is the same (no email field)

@JungSis JungSis changed the title Linkedin Linkedin can't fetch email field Jul 8, 2015
@SystemR
Copy link

SystemR commented Oct 25, 2015

You need to add the scope on linkedin side. You'll be able to access it once you have the access token. I think something like this:

$linkedinService->request('/people/~:(id,first-name,last-name,email-address)?format=json');

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