Skip to content

Commit bb06c42

Browse files
committed
Change Instagram env vars to Facebook for instagram provider gitroomhq/postiz-app#424
1 parent 5b4416d commit bb06c42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/providers/instagram.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ Go to advanced permission and request access for the following scopes:
6363
Go to basic permissions copy your App ID and App Secret and paste them in your `.env` file
6464

6565
```env
66-
INSTAGRAM_APP_ID="app id"
67-
INSTAGRAM_APP_SECRET="app secret"
66+
FACEBOOK_APP_ID="app id"
67+
FACEBOOK_APP_SECRET="app secret"
6868
```
6969

7070
Instagram should now be working!

0 commit comments

Comments
 (0)