Skip to content

Commit

Permalink
Example config.php.dist added email scope for FB and VK
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Oct 2, 2014
1 parent bbab7b1 commit f0fa3cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions example/config.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ return array(
'provider' => array(
'Facebook' => array(
'applicationId' => '',
'applicationSecret' => ''
'applicationSecret' => '',
'scope' => array('email')
),
'Twitter' => array(
'applicationId' => '',
Expand All @@ -22,7 +23,8 @@ return array(
),
'Vk' => array(
'applicationId' => '',
'applicationSecret' => ''
'applicationSecret' => '',
'scope' => array('email')
),
'Github' => array(
'applicationId' => '',
Expand Down

0 comments on commit f0fa3cf

Please sign in to comment.