OAuth 1.0 Signature Reference Implementation (original) (raw)
Parameters
- version (optional)
- method
- url
- consumer key
- consumer secret
- token (optional)
- token secret (optional)
- nonce new
- timestamp refresh
- fields
name value remove - body (optional)
- body encoding
Signature
- query string
- base string
- hmac key
- un-encoded base64 signature
- signature
- authorization header
- curl