Reverend Deuce - 2013-08-22 19:27:36
Manuel,
I'm having trouble getting all of the data I'm requesting from LinkedIn calls.
My application does have r_emailaddress and r_fullprofile enabled and I've added those to the scope field in login_with_linkedin.php. I authorize my app and it successfully authenticates me, but the output of print_r($user, 1) on line 72 of the demonstration app does not return the complete profile. I get my first name, title, last name, and siteStandardProfileRequest which just contains a URL to my profile.
I am new to OAuth in general, so it might be something obvious that I am missing...
Any assistance would be appreciated!