Skip to content

Commit

Permalink
Working on Instgram...
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Jul 7, 2015
1 parent d6edc69 commit 4f25305
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/callback.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
case 'facebook':
case 'github':
case 'vk':
case 'instagram':
$provider = $service->getProvider($provider);
break;
default:
Expand Down
4 changes: 4 additions & 0 deletions example/config.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ return array(
'Github' => array(
'applicationId' => '',
'applicationSecret'
),
'Instagram' => array(
'applicationId' => '',
'applicationSecret'
)
)
);

0 comments on commit 4f25305

Please sign in to comment.