Difference between revisions of "User:Exor674/OAuth"
From Dreamwidth Notes
Line 2: | Line 2: | ||
== Endpoints == | == Endpoints == | ||
+ | |||
+ | Here are the following API endpoints. | ||
;Request Token | ;Request Token | ||
Line 9: | Line 11: | ||
;Access Token | ;Access Token | ||
: http://www.dreamwidth.org/oauth/access_token | : http://www.dreamwidth.org/oauth/access_token | ||
+ | |||
+ | == Consumer Registration == | ||
+ | |||
+ | You can get your consumer token pair from http://www.dreamwidth.org/admin/oauth | ||
+ | |||
+ | == Enabled APIs == | ||
+ | |||
+ | ... |
Latest revision as of 01:38, 18 December 2011
Warning: This is a proof only for a future feature. This information is currently not valid
Endpoints
Here are the following API endpoints.
- Request Token
- http://www.dreamwidth.org/oauth/request_token
- Authorize
- http://www.dreamwidth.org/oauth/authorize
- Access Token
- http://www.dreamwidth.org/oauth/access_token
Consumer Registration
You can get your consumer token pair from http://www.dreamwidth.org/admin/oauth
Enabled APIs
...