Skip to content

Add a notice for Meta requirements on screencasts #159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion pages/providers/facebook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ import NeverShare from "../../components/snippets/never.share.mdx";
<Steps>
### Step 1
Select a business portfolio, then create a [new app in Facebook developers](https://developers.facebook.com/apps/creation/).<br />
Please be advised that for public applications, you will need to verify your business.
Please be advised that for public applications, you will need to verify your business,
and [submit a screencast](https://developers.facebook.com/docs/resp-plat-initiatives/individual-processes/app-review/submission-guide)
showing log-in to your app, connecting an actual Facebook account,
clicking the during-connect link to privacy policy, posting something with a comment,
showing that it actually appears in the feed, and showing the Postiz analytics.
It can be one long video for all three (Facebook, Instagram (Facebook Business) and Instagram (standalone)) flows.
Expect many LLM-generated roundtrips with the review team.

![Business Portfolio](/images/providers/facebook/Business-Portfolio.png)

Expand Down
17 changes: 16 additions & 1 deletion pages/providers/instagram.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@ The following steps will guide you through the setup of a Meta application that
<Steps>
### Step 1
Select a business portfolio, then create a [new app in Meta for developers](https://developers.facebook.com/apps/creation/).<br />
Please be advised that for public applications, you will need to verify your business.
Please be advised that for public applications, you will need to verify your business,
and [submit a screencast](https://developers.facebook.com/docs/resp-plat-initiatives/individual-processes/app-review/submission-guide)
showing log-in to your app, connecting an actual Instagram account,
clicking the during-connect link to privacy policy, posting something with a comment,
showing that it actually appears in the feed, and showing the Postiz analytics.
It can be one long video for all three (Facebook, Instagram (Facebook Business) and Instagram (standalone)) flows.
Expect many LLM-generated roundtrips with the review team,
who might not be very helpful understanding the distinction between the two Instagram flows.

![Business Portfolio](/images/providers/facebook/Business-Portfolio.png)

Expand Down Expand Up @@ -156,3 +163,11 @@ Go to your Instagram account, and accept the tester invitation in the [Apps and

</Steps>

### Setting up permissions

If you want to be able to access any Instagram account without adding them as Instagram Testers,
go to advanced permission (just like the Facebook Business variant) and request access for the following scopes:
`instagram_business_basic`
`instagram_business_content_publish`
`instagram_business_manage_comments`
`instagram_business_manage_insights`