rdio/rdio-python

OAuth 2 support

Closed this issue · 5 comments

According to http://blog.rdio.com/developers/2015/06/oauth-20-launch.html OAuth 1 support will be dropped on June 30th 2015. This will render this official client useless. Are there any plans to provide an official OAuth2 API client?

+1

+1

rknLA commented

I'm pretty sure this is on the roadmap, but in the meantime, I'd recommend using oauthlib to create and manage an OAuth 2 Client.

+1

Should be working now since #7 landed. You will probably have to reauthenticate. Please open new issues if you have any trouble.