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.

Sync changes from upstream repository#476

Merged
technoweenie merged 1 commit intomasterfromupdate-1396973742
Apr 8, 2014
Merged
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
16 changes: 16 additions & 0 deletionscontent/v3/oauth_authorizations.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -144,6 +144,22 @@ will return `404 NOT FOUND`.
<%= headers 200 %>
<%= json(:oauth_access_with_user) %>

## Reset an authorization

OAuth applications can use this API method to reset a valid OAuth token without
end user involvement. Applications must save the "token" property in the
response, because changes take effect immediately. You must use
[Basic Authentication](/v3/auth#basic-authentication) when accessing it, where
the username is the OAuth application `client_id` and the password is its
`client_secret`. Invalid tokens will return `404 NOT FOUND`.

POST /applications/:client_id/tokens/:access_token

### Response

<%= headers 200 %>
<%= json(:oauth_access_with_user) %>

## Revoke all authorizations for an application

OAuth application owners can revoke every token for an OAuth application. You
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp