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 API returns Positions without Title #256

Open
DelawareConsulting opened this issue Jun 9, 2015 · 6 comments
Open

LinkedIn API returns Positions without Title #256

DelawareConsulting opened this issue Jun 9, 2015 · 6 comments

Comments

@DelawareConsulting
Copy link

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:

  • Ruby 1.9.3p551
  • Rails 3.2.19
  • Using latest version of this gem
@hexgnu
Copy link
Owner

hexgnu commented Jun 10, 2015

What are the permissions you've set?

r_fullprofile?
r_emailaddress?

@DelawareConsulting
Copy link
Author

Hi @hexgnu I've checked:

r_fullprofile and r_basicprofile

@hexgnu
Copy link
Owner

hexgnu commented Jun 11, 2015

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.

@DelawareConsulting
Copy link
Author

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.

@hexgnu
Copy link
Owner

hexgnu commented Jun 12, 2015

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 :-/

@DelawareConsulting
Copy link
Author

The only thing that is strange is :

  1. Company 1 - Title OK
  2. Company 1 - Title NOK
  3. Company 2 - Title OK
  4. Company 2 - Title NOK

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.

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