]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/oauthclient.php
Added an "Verify Your Identity" page to the OpenID provider
[quix0rs-gnu-social.git] / lib / oauthclient.php
index a2ee0878f5ae85d7602e4a4c0dffc2ea8da63ba7..f1827726e71e843d4e2e17daeedc6005308304f0 100644 (file)
  *
  * @category  Action
  * @package   StatusNet
- * @author    Zach Copley <zach@controlyourself.ca>
- * @copyright 2008 StatusNet, Inc.
+ * @author    Zach Copley <zach@status.net>
+ * @copyright 2009 StatusNet, Inc.
  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
- * @link      http://laconi.ca/
+ * @link      http://status.net/
  */
 
-if (!defined('LACONICA')) {
+if (!defined('STATUSNET') && !defined('LACONICA')) {
     exit(1);
 }
 
@@ -38,9 +38,9 @@ require_once 'OAuth.php';
  *
  * @category Integration
  * @package  StatusNet
- * @author   Zach Copley <zach@controlyourself.ca>
+ * @author   Zach Copley <zach@status.net>
  * @license  http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
- * @link     http://laconi.ca/
+ * @link     http://status.net/
  *
  */
 class OAuthClientCurlException extends Exception
@@ -52,9 +52,9 @@ class OAuthClientCurlException extends Exception
  *
  * @category Integration
  * @package  StatusNet
- * @author   Zach Copley <zach@controlyourself.ca>
+ * @author   Zach Copley <zach@status.net>
  * @license  http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
- * @link     http://laconi.ca/
+ * @link     http://status.net/
  *
  */
 class OAuthClient