diff --git a/src/config/config.php b/src/config/config.php index a0e6e3f..4688446 100644 --- a/src/config/config.php +++ b/src/config/config.php @@ -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(), + ), ) );