summaryrefslogtreecommitdiff
path: root/actions/apioauthaccesstoken.php
AgeCommit message (Collapse)Author
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