diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/twitapistatusnet.php (renamed from actions/twitapilaconica.php) | 0 | ||||
-rw-r--r-- | actions/twitterauthorization.php | 25 |
2 files changed, 2 insertions, 23 deletions
diff --git a/actions/twitapilaconica.php b/actions/twitapistatusnet.php index 442fdbcef..442fdbcef 100644 --- a/actions/twitapilaconica.php +++ b/actions/twitapistatusnet.php diff --git a/actions/twitterauthorization.php b/actions/twitterauthorization.php index b04f35327..866e3a1e7 100644 --- a/actions/twitterauthorization.php +++ b/actions/twitterauthorization.php @@ -19,7 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * @category Twitter + * @category TwitterauthorizationAction * @package Laconica * @author Zach Copely <zach@controlyourself.ca> * @copyright 2009 Control Yourself, Inc. @@ -31,30 +31,9 @@ if (!defined('LACONICA')) { exit(1); } -/** - * Class for doing OAuth authentication against Twitter - * - * Peforms the OAuth "dance" between Laconica and Twitter -- requests a token, - * authorizes it, and exchanges it for an access token. It also creates a link - * (Foreign_link) between the Laconica user and Twitter user and stores the - * access token and secret in the link. - * - * @category Twitter - * @package Laconica - * @author Zach Copley <zach@controlyourself.ca> - * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 - * @link http://laconi.ca/ - * - */ class TwitterauthorizationAction extends Action { - /** - * Initialize class members. Looks for 'oauth_token' parameter. - * - * @param array $args misc. arguments - * - * @return boolean true - */ + function prepare($args) { parent::prepare($args); |