Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
mdirolf committed Sep 15, 2011
1 parent 9ad1ada commit 78f3e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authentication.rst
Expand Up @@ -116,7 +116,7 @@ To get the token, we *POST* to ``https://api.fiesta.cc/token``. We
specify the **grant_type** as "client_credentials", and include our
client credentials using HTTP Basic Auth. Instead of using Basic Auth,
we could have included the credentials by including `client_id` and
`client_secret` parameters as POST data.
`client_secret` parameters as POST data or in the query string.

The response is JSON. The important bit is the **access_token**
field - let's use it to try our :http:get:`/hello/client` request again
Expand Down

0 comments on commit 78f3e22

Please sign in to comment.