Navigation Menu

Skip to content

Commit

Permalink
Updating local repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pdweinstein committed Dec 14, 2020
1 parent 11c445f commit 03fcd5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/auth/insta.php
Expand Up @@ -5,8 +5,8 @@
use EspressoDev\InstagramBasicDisplay\InstagramBasicDisplay;

$instagram = new InstagramBasicDisplay([
'appId' => '1018746275285857', // Move to config
'appSecret' => 'cbb3a371f3d21360fc328df8b18815b4', //Move to config
'appId' => '',
'appSecret' => '',
'redirectUri' => 'https://www.weinstein.org/ig/auth/insta/'
]);

Expand Down

0 comments on commit 03fcd5a

Please sign in to comment.