⚠️

NOTE: Please be advised that Instagram and Facebook can use the same app (no need to create two separate apps)

Step 1

Create a new app in Facebook developers (opens in a new tab), choose the business you want to connect it to.
Please be advised that for public applications you would need to verify you business.

Create app

Step 2

Select "Other" and click next

Other

Step 3

Then select business

Business

Add all your details and click Create App

Step 4

CleanShot 2024-09-24 at 13 45 54

Set final details

Step 5

Setup Login with Facebook

Set up login for business

Step 6

Set up a redirect URI back to the application step 6

The default dev container redirect URI is http://localhost:4200/integrations/social/facebook

Step 7

step 7

Go to advanced permission and request access for the following scopes: pages_show_list business_management pages_manage_posts pages_manage_engagement pages_read_engagement read_insights

Step 8

Keys

Go to basic permissions copy your App ID and App Secret and paste them in your .env file

FACEBOOK_APP_ID="app id"
FACEBOOK_APP_SECRET="app secret"

Facebook should now be working!