From e3442fbc34a768d9e1bab62f7719a2903bfc31b9 Mon Sep 17 00:00:00 2001 From: Tom <66643501+FoamToaster@users.noreply.github.com> Date: Sun, 9 Mar 2025 13:21:50 +0000 Subject: [PATCH 1/2] Update facebook.mdx Added importance of changing App Mode to Live - doesn't work otherwise (although appears to be functioning) Added comment about advanced permissions not being required for personal use only. --- pages/providers/facebook.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/providers/facebook.mdx b/pages/providers/facebook.mdx index dcf90f9..6f93c6a 100644 --- a/pages/providers/facebook.mdx +++ b/pages/providers/facebook.mdx @@ -56,7 +56,12 @@ Go to advanced permission and request access for the following scopes: `pages_read_engagement` `read_insights` +Note that if your Postiz install is for personal use only these advanced permissions are not required for Postiz to function. + ### Step 8 +Change the App Mode from 'Development' to 'Live'. If you do not do this then posts made via the API will display for yourself but will not be visible for other users. + +### Step 9 ![Keys](https://github.com/user-attachments/assets/ac11f87f-4951-47f8-8344-7fbc9de942e4) Go to basic permissions copy your App ID and App Secret and paste them in your `.env` file From e5dde0f47ae559e16024e10c9c8731f583e0cc06 Mon Sep 17 00:00:00 2001 From: egelhaus <156946629+egelhaus@users.noreply.github.com> Date: Sun, 9 Mar 2025 14:49:00 +0100 Subject: [PATCH 2/2] Update facebook.mdx --- pages/providers/facebook.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/providers/facebook.mdx b/pages/providers/facebook.mdx index 6f93c6a..e0ce345 100644 --- a/pages/providers/facebook.mdx +++ b/pages/providers/facebook.mdx @@ -56,7 +56,7 @@ Go to advanced permission and request access for the following scopes: `pages_read_engagement` `read_insights` -Note that if your Postiz install is for personal use only these advanced permissions are not required for Postiz to function. +Note: If your Postiz install is for personal use only these advanced permissions are not required for Postiz to function. ### Step 8 Change the App Mode from 'Development' to 'Live'. If you do not do this then posts made via the API will display for yourself but will not be visible for other users.