Skip to content

Commit

Permalink
Tweaks to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinsf committed Jun 15, 2011
1 parent 90d6873 commit c41ff3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ through this, the rest is easy!
Let's get started. You can try this stuff out at the Python prompt, if wanted: just
start up Python in the directory which contains pycoda as a subdirectory.

First, you'll need a Consumer Key and Secret for your particular application.
First, you'll need a Consumer Key and Secret for your particular application. (Your application will be a 'consumer' of the API - hence the name.)
You can create these by going to:

https://www.codaview.com/gui/developer/

and hard-code them into your app.
adding a new application, and it'll then have an associated 'OAuth Key' and 'OAuth Secret'. You can copy these and hard-code them into your app.

Your app can then identify itself to the Coda server:

Expand Down

0 comments on commit c41ff3e

Please sign in to comment.