omniauth-linkedin icon indicating copy to clipboard operation
omniauth-linkedin copied to clipboard

Add a option to get full image on linkedin

Open breim opened this issue 10 years ago • 1 comments

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

thx

breim avatar Dec 02 '14 21:12 breim

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 ?

spaquet avatar Jan 23 '15 04:01 spaquet