This commit is contained in:
thefosk
2012-10-11 15:25:28 -07:00
parent 24d86fbedf
commit 72fec4598a
3 changed files with 8 additions and 8 deletions

View File

@@ -3,8 +3,8 @@ require_once(dirname(__FILE__) . "/OAuthAuthentication.php");
class OAuth2Authentication extends OAuthAuthentication {
function __construct($consumerKey, $consumerSecret, $redirectUrl) {
parent::__construct($consumerKey, $consumerSecret, $redirectUrl);
function __construct($consumerKey, $consumerSecret, $callbackUrl) {
parent::__construct($consumerKey, $consumerSecret, $callbackUrl);
}
public function handleParams() {