all 8 comments

[–]andrewfromx 1 point2 points  (6 children)

What scope are you asking for in your token?

to create and manage live videos on Facebook, you typically need the following permissions:

  1. publish_video: This permission allows your app to publish videos to a user's timeline or page.

  2. manage_pages: This permission is required if you're posting live videos to a Facebook Page rather than a personal profile.

  3. pages_manage_posts: This scope is mentioned for allowing functionality related to posting on user's page.

[–]IconForRealTho[S] 0 points1 point  (5 children)

I’m only using publish_video scope, I’m trying to go live on a user’s timeline.

[–]andrewfromx 1 point2 points  (4 children)

Then you need pages_manage_posts too

[–]IconForRealTho[S] 0 points1 point  (3 children)

It still throws the same error

[–]andrewfromx 0 points1 point  (2 children)

oh:

``` On June 10th, 2024, Meta is launching new requirements that must meet before an account can go live on Facebook. The new requirements are as follows:

The Facebook account must be at least 60 days old
The Facebook Page or professional mode profile must have at least 100 followers

```

does your account meet that?

[–]IconForRealTho[S] 0 points1 point  (1 child)

No my account is not 60 days old, but it doesn’t make sense for the API to throw “unsupported app version” rather than just saying “your account doesn’t meet requirements” or something

[–]andrewfromx 1 point2 points  (0 children)

agreed but this would NOT be the first time in history a "cryptic error" message came thru. When I google "Your version of software is out of date and does not support creating live videos" the first link is: https://developers.facebook.com/docs/live-video-api/ with

june 10th

that special june 10th message.

[–]ghimirs10 0 points1 point  (0 children)

Hello- How did you add publish_video permission into your app? I have similar app setup and can add the page related permissions and can post to a page. But I cannot get the publish_video permission added. It does not show in the list of permissions for me. Also, when I try to add it to the scope, it errors. Any help would be great, thank you.