I'm using the Facebook JavaScript SDK to retrieve the comments for a live video (with the page access token), using the following Graph API request:

GET /{live-video-id}/comments 

However, I'm encountering an issue where the "from" field is only available for comments made by users with Tester App roles:

{     "from": {         "name": "Toni Wong",         "id": "26125913430....."     },     "message": "m+1",     "created_time": "2024-07-10T10:10:19+0000",     "id": "992451439....._854049766....." } 

For comments made by other users without any app roles, the "from" field is missing in the response:

{     "message": "s+1",     "created_time": "2024-07-10T10:10:35+0000",     "id": "992451439....._139887616....." } 

My app has the following permissions:

  • public_profile
  • Live Video API
  • instagram_manage_messages
  • pages_manage_metadata
  • email
  • pages_messaging
  • instagram_manage_comments
  • pages_read_engagement
  • business_management
  • instagram_basic
  • pages_read_user_content
  • pages_show_list
  • pages_manage_engagement

Have I missed any necessary permissions or configurations that could be causing this issue?

I want to check who has created a live video on a Facebook page using the Graph API. When I access the feed and select the 'from' field (https://graph.facebook.com/20.0//live_videos?fields=from), it shows that the creator is the same as the page name. I also tried to get the video ID and then find the admin_creator, but it doesn't give me anything. Any ideas on how I can find out who created the live video?

To check the creator of a live video on a Facebook page using the Graph API.

Hello, our threads app has passed verification and app review however the option to publish the app is still grayed out. It tells us to review the use cases but when I click review next to the use case, all it lets me do is modify the scopes under that use case.
Just wondering if we are missing something as we have no required actions for this app.

I am trying to set up some automated rules for a client. I want a script that can increase daily campaign budgets if certain results are met. More specifically, I want budget increased if they are limited by budget and their target ROAS is met. I am have problems doing this because metrics like conversion value, lost impression share (budget), impression share etc does not seem to be available.

I have tried several different ways. I was hoping that campaign status, impression share, conversion value etc was possible to use in scripts, but so far I have not found a solution for this. Is there any way possible to use these metrics?

When redirecting the user for the OAuth flow, they are being redirected to the broken page. The integration was working and we send a valid URL like: https://threads.net/oauth/authorize?response_type=code&client_id=X&redirect_uri=Y&scope=Z&state=W but it redirects here, breaking the OAuth flow: https://www.threads.net/privacy/consent/?flow=gdp¶ms%5Bredirect_uri%5D=X%5Bresponse_type%5D=%22code%22¶ms%5Bscope%5D=Y5D%7D¶ms%5Bsouth_korea_ux%5D=false&source=gdp_delegated
We see the same problem for related apps.