bbangert / velruse

Simplifying third-party authentication for web applications.
http://packages.python.org/velruse/index.html
MIT License
252 stars 86 forks source link

Problems after linkedin provider migrated to oauthlib #139

Closed zemlya25 closed 10 years ago

zemlya25 commented 10 years ago

Linkedin returns 500 error with reason "INKApi Error"

In earlier version with oauth2 it worked fine. I did'n find any reason on linkedin site. May be reason is using port in my dev site address but i'm not sure.

Actually linkedin use OAuth2.0 and support old OAuth1.0a i guess (or may be not, I did't find any message about it)

zemlya25 commented 10 years ago

I've found a problem. Not version dependencies in oauth modules, so it continued to use old version on oauth and other libs. Huuuuh.... now it works fine. Small fixes for VK will be posted later.