authorize_rdio.py is a quick and easy Django command for authorizing a Rdio application with requests+requests oauth. Drop it in your apps management/commands, then run: python manage.py authorize_rdio KEY SECRET. (The official Rdio documentation was written for oauth2).