-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |