hexgnu / linkedin

Ruby wrapper for the LinkedIn API
http://rdoc.info/gems/linkedin
MIT License
759 stars 407 forks source link

UnauthorizedError in callback #270

Open shoaib-iqbal opened 6 years ago

shoaib-iqbal commented 6 years ago

My application was working fine since long time, but certainly I am getting this error now. Is something change on linkedin end ? A LinkedIn::Errors::UnauthorizedError occurred in linkedin#callback:

(401): [unauthorized]. The token used in the OAuth request is not valid. consumerKey: 'here is my key' linkedin (0.4.7) lib/linked_in/helpers/request.rb:46:in `raise_errors'

S-Cardenas commented 6 years ago

I have the same problem. Any solutions?

hexgnu commented 6 years ago

I know that linkedin changed their API in the last few years and they might be deprecating the API that this gem uses. Pull requests are welcome, I just don't have the time to devote to this gem.