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

Add a option to get full image on linkedin #30

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

Conversation

breim
Copy link

@breim breim commented Dec 2, 2014

Now you can get image in your user.rb with
auth[:extra][:raw_info][:pictureUrls][:values].first

thx

@spaquet
Copy link

spaquet commented Jan 23, 2015

I tried this auth.extra.raw_info.pictureUrls.values.first, but get as a response 1
When I try auth.extra.raw_info.pictureUrls.values[0] I have ["https://url_to_original_image"]
How can I get the correct result https://url_to_original_image ?

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

Successfully merging this pull request may close these issues.

2 participants