Skip to content

Commit

Permalink
Point to create-a-new-authorization for non-webapps.
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Mar 18, 2012
1 parent 3f539cc commit e5a3e51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/v3.md
Expand Up @@ -153,7 +153,9 @@ OAuth2 Token (sent as a parameter):
$ curl https://api.github.com?access_token=OAUTH-TOKEN
</pre>

Read [more about OAuth2](/v3/oauth/).
Read [more about OAuth2](/v3/oauth/). Note that OAuth2 tokens can be [acquired
programmatically](/v3/oauth/#create-a-new-authorization), for applications that
are not websites.

## Pagination

Expand Down

0 comments on commit e5a3e51

Please sign in to comment.