Skip to content

Commit

Permalink
Merge b7bc1ad into 47d9447
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Sep 22, 2014
2 parents 47d9447 + b7bc1ad commit e9b75aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -38,7 +38,8 @@ The following versions of PHP are supported.
$provider = new League\OAuth2\Client\Provider\<ProviderName>(array(
'clientId' => 'XXXXXXXX',
'clientSecret' => 'XXXXXXXX',
'redirectUri' => 'https://your-registered-redirect-uri/'
'redirectUri' => 'https://your-registered-redirect-uri/',
'scopes' => array('email', '...', '...'),
));

if ( ! isset($_GET['code'])) {
Expand Down

0 comments on commit e9b75aa

Please sign in to comment.