summaryrefslogtreecommitdiff
path: root/rest/oauth-proxy.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-08Fix the default function when calling access_tokenRoss Burton1-1/+1
2009-08-05Add oauth_proxy_is_oauth10a()Ross Burton1-15/+91
2009-08-04Clarify API documentation for the oauth_verifier parameterRoss Burton1-4/+4
2009-08-04Clarify API documentation for the oauth_callback parameterRoss Burton1-8/+6
2009-08-03Add async forms of oauth_proxy_request_token and _access_tokenRoss Burton1-0/+98
2009-08-03Fix typo in oauth_proxy_request_token documentationRoss Burton1-1/+1
2009-08-03Rename callback to callback_uri in request_tokenRoss Burton1-4/+4
2009-08-03Add more documentation to OAuthProxyRoss Burton1-69/+158
2009-08-03Move the verifier into _access_tokenRoss Burton1-13/+3
2009-07-31Add some new API to support OAuth 1.0a easilyRoss Burton1-0/+80
2009-07-31Delete trailing whitespaceRoss Burton1-14/+14
2009-05-15Document some parametersRoss Burton1-6/+6
2009-04-27Better error handling on oauth_proxy_auth_step, inspired by Matthew Wood <mat...Ross Burton1-14/+15
2009-04-27Change oauth_proxy_auth_step to use _set_functionRoss Burton1-6/+19
2009-04-16Make the key and token OAuth properties read/writeRoss Burton1-4/+29
2009-04-16Add oauth_proxy_set_token and _token_secretRoss Burton1-0/+42
2009-04-08Default the signature method to HMACRoss Burton1-0/+2
2009-03-02Support creating OAuth proxy with consumer and access tokens.Matthew Wood1-1/+62
2009-01-15Add license header.Rob Bradford1-0/+22
2008-09-18Initial addition of the OAuthProxyRoss Burton1-0/+208