Skip to content

Commit

Permalink
[Oauth] Adding new oauth authorize endpoint URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Amzani committed Sep 11, 2014
1 parent 95e157e commit 670ce8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dailymotion.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class Dailymotion
* The Dailymotion OAuth authorization server endpoint URL.
* @var string
*/
public $oauthAuthorizeEndpointUrl = 'https://api.dailymotion.com/oauth/authorize';
public $oauthAuthorizeEndpointUrl = 'https://www.dailymotion.com/oauth/authorize';

/**
* The Dailymotion OAuth token server endpoind URL.
Expand Down

0 comments on commit 670ce8c

Please sign in to comment.