diff options
author | Zach Copley <zach@status.net> | 2010-10-19 20:54:53 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-10-19 20:54:53 -0700 |
commit | e8b6d7c946da5fb2ce5397bccfd332de8ca1f9dd (patch) | |
tree | 3deb74da4e590c4f5756caed1fa1299a2b1bd2f0 /actions/apistatusesupdate.php | |
parent | d48f4a81d6af7a9a326ffc2e87d7de568ab48fbe (diff) |
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
Diffstat (limited to 'actions/apistatusesupdate.php')
-rw-r--r-- | actions/apistatusesupdate.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/apistatusesupdate.php b/actions/apistatusesupdate.php index 4715f7002..91dcdd10f 100644 --- a/actions/apistatusesupdate.php +++ b/actions/apistatusesupdate.php @@ -150,7 +150,6 @@ require_once INSTALLDIR . '/lib/mediafile.php'; class ApiStatusesUpdateAction extends ApiAuthAction { - var $source = null; var $status = null; var $in_reply_to_status_id = null; var $lat = null; |