Authentication

Rdio uses OAuth 1.0a / RFC 5849 for access control. To access the API developers must sign up for an account and register a key for their application.

To obtain an access token, first request a request a request token from: http://api.rdio.com/oauth/request_token
then, ask the user to authorize it at the login_url returned and request the access token from: http://api.rdio.com/oauth/access_token

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s