-
Notifications
You must be signed in to change notification settings - Fork 405
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 API returns Positions without Title #256
Comments
What are the permissions you've set? r_fullprofile? |
Hi @hexgnu I've checked: r_fullprofile and r_basicprofile |
Hmmm... Not something I know of off the top of my head. Have you submitted a ticket with linkedin support? the linkedin gem effectively sends simple http requests over to linkedin and jsonifes things up to be consumed. |
I've submitted via stackoverflow any other ways of submitting a ticket? Sent from my iPhone On 11 Jun 2015, at 17:45, Matt Kirk <notifications@github.commailto:notifications@github.com> wrote: Hmmm... Not something I know of off the top of my head. Have you submitted a ticket with linkedin support? the linkedin gem effectively sends simple http requests over to linkedin and jsonifes things up to be consumed. Reply to this email directly or view it on GitHubhttps://github.com//issues/256#issuecomment-111178216. |
well SO is a good way and unfortunately linkedin themselves aren't super helpful with a lot of things... Do you know if the people who aren't showing titles have any sort of visibility constraints on them? For instance I don't show up as a full profile on many people's feeds. This all smells very much like a privacy thing from linkedin's side :-/ |
The only thing that is strange is :
Could this be a pattern? Sent from my iPhone On 12 Jun 2015, at 22:49, Matt Kirk <notifications@github.commailto:notifications@github.com> wrote: well SO is a good way and unfortunately linkedin themselves aren't super helpful with a lot of things... Do you know if the people who aren't showing titles have any sort of visibility constraints on them? For instance I don't show up as a full profile on many people's feeds. This all smells very much like a privacy thing from linkedin's side :-/ Reply to this email directly or view it on GitHubhttps://github.com//issues/256#issuecomment-111611343. |
An user of our app has noticed a problem with LinkedIn, he has 4 positions and 2 of these positions get returned without an title:
http://i.stack.imgur.com/wmpPk.png
Also the connection profile seems ok:
http://i.stack.imgur.com/ZDMmc.png
I even logged in with his LinkedIn profile to check that he has filled in everything correctly and as far as I can see he has.
For retrieving the data from LinkedIn I am using the following gem:
https://github.com/hexgnu/linkedin
And running:
The text was updated successfully, but these errors were encountered: