Skip to content

Commit

Permalink
Update README copy
Browse files Browse the repository at this point in the history
  • Loading branch information
R. Kevin Nelson committed Jun 9, 2015
1 parent a5b6e3e commit c032fbf
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
A Playback Example For iOS
==========================
A Simple Playback Example For iOS
=================================

This demonstrates how to do simple playback and authentication with the Rdio iOS SDK.
This example application demonstrates how to do simple playback and authentication with the Rdio iOS SDK.

Get OAuth consumer credentials and put them in ConsumerCredentials.h (see
ConsumerCredentials_EXAMPLE.h for an example).
To use this, you'll need to head over to https://rdio.com/developers/, create an OAuth 2.0 application,
and put your `client_id` and `client_secret` into `Hello/ClientCredentials.h`.

See [`Hello/ClientCredentials_EXAMPLE.h`](https://github.com/rdio/hello-ios-playback/blob/master/Hello/ClientCredentials_EXAMPLE.h)
for an example of what that file should look like.


### More advanced usage

A more advanced example is coming soon.

0 comments on commit c032fbf

Please sign in to comment.