Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Better advice for non-webapps#67

Merged
technoweenie merged 2 commits intogithub:masterfromdjmitche:patch-1
Mar 23, 2012
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletioncontent/v3.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
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
7 changes: 5 additions & 2 deletionscontent/v3/oauth.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -72,9 +72,12 @@ The access token allows you to make requests to the API on a behalf of a user.

GET https://api.github.com/user?access_token=...

##Desktop Application Flow
##Non-Web Application Flow

Use basic authentication for now...
Use basic authentication to create an OAuth2 token using the [interface
below](/v3/oauth#creating-a-new-authorization). With this tecnique, a username
and password need not be stored permanently, and the user can revoke access at
any time.

## Redirect URLs

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp