For the Google APIs that support it, try the
OAuth 2.0 Playground
!
By
Signature base string
Request/Response
1
Choose your Scope(s)
2
Modify the OAuth Parameters
(optional)
oauth_signature_method
RSA-SHA1
HMAC-SHA1
{% endfor %}
use your own private key
oauth_consumer_key
consumer secret
oauth_token
oauth_token_secret
oauth_timestamp
oauth_nonce
Get the Token
Advanced?
Server:
3
Get a Request Token:
Request token
xoauth_displayname
:
4
Authorize the Request Token:
Authorize
5
Upgrade to an Access Token:
Access token
Token management:
get dev token
get token info
revoke token
start over
6
Use the token
available feeds
GET
POST
PUT
DELETE
enter post data
execute
Put oauth params in:
Authorization header
URL as params
GData-Version:
Content-Type:
application/atom+xml
application/json
text/csv
text/plain
loading