summaryrefslogtreecommitdiff
path: root/actions/apioauthaccesstoken.php
AgeCommit message (Collapse)Author
2010-10-28* i18n/L10n fixes.Siebrand Mazeland
* translator documentation updated. * superfluous whitespace removed.
2010-10-20Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xZach Copley
Conflicts: actions/apioauthauthorize.php lib/apioauthstore.php
2010-10-20Use a new table (oauth_token_association) to associate authorizedZach Copley
request tokins with OAuth client applications and profiles.
2010-10-20* i18n/L10n fixes.Siebrand Mazeland
* translator documentation updated/added. * superfluous whitespace removed.
2010-10-19Add support for an anonymous OAuth consumer. Note: this requires aZach Copley
small DB tweak. Oauth_application_user needs to have the primary compound key: (profile_id, application_id, token). http://status.net/open-source/issues/2761 This should also make it possible to have multiple access tokens per application. http://status.net/open-source/issues/2788
2010-10-19OAuth - better log messagesZach Copley
2010-10-12Print a proper error messageZach Copley
2010-10-07Update ApiOauthAccessTokenAction to OAuth 1.0aZach Copley
2010-01-27s/LOG_WARN/LOG_WARNING/Zach Copley
2010-01-24OAuth 1.0 working nowZach Copley
2010-01-24Issue a warning when someone tries to exchange an unauthorized orZach Copley
otherwise bad req token for an access token.
2010-01-24Exchanging authorized request tokens for access tokens workingZach Copley
2010-01-24Stubs for API OAuth token exchange stuffZach Copley