]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Add support for an anonymous OAuth consumer. Note: this requires a
authorZach Copley <zach@status.net>
Wed, 20 Oct 2010 03:54:53 +0000 (20:54 -0700)
committerZach Copley <zach@status.net>
Wed, 20 Oct 2010 03:54:53 +0000 (20:54 -0700)
commite8b6d7c946da5fb2ce5397bccfd332de8ca1f9dd
tree3deb74da4e590c4f5756caed1fa1299a2b1bd2f0
parentd48f4a81d6af7a9a326ffc2e87d7de568ab48fbe
Add support for an anonymous OAuth consumer. Note: this requires a
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
actions/apioauthaccesstoken.php
actions/apioauthauthorize.php
actions/apistatusesupdate.php
actions/oauthconnectionssettings.php
classes/Oauth_application_user.php
classes/Profile.php
classes/statusnet.ini
db/statusnet.sql
lib/apiauth.php
lib/apioauthstore.php
lib/applicationlist.php