Skip to content

Commit

Permalink
Add Instagram config to sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Oct 3, 2014
1 parent 720d09d commit 1ea5da6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,11 @@
'redirect' => URL::to('your/linkedin/redirect'),
'scope' => array(),
),
'instagram' => array(
'id' => '12345678',
'secret' => 'y0ur53cr374ppk3y',
'redirect' => URL::to('your/instagram/redirect'),
'scope' => array(),
),
)
);

0 comments on commit 1ea5da6

Please sign in to comment.