Skip to content

Commit

Permalink
Remove public scope
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBnl authored Aug 23, 2019
1 parent c485bda commit 94d4003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/InstagramAuthenticator.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public static function getClientSecret()
*/
public static function getAuthenticationURL()
{
return self::API_OAUTH_URL . "?client_id=" . self::getClientID() . "&redirect_uri=" . urlencode(self::getRedirectURL()) . "&response_type=code&scope=public_content";
return self::API_OAUTH_URL . "?client_id=" . self::getClientID() . "&redirect_uri=" . urlencode(self::getRedirectURL()) . "&response_type=code";
}


Expand Down

0 comments on commit 94d4003

Please sign in to comment.