Posts under category facebook-graph-api

Recently we implemented a feature which integrates with the Facebook Conversion API. We have successfully completed the business verification, "Tech Provider" verification, and app review for advanced access to the ads_read permission. We've also configured the "Facebook Login for Business", according to the guides provided in the documentation. Even though all verification passed successfully before configuring the login flow we were getting the error:

"error":{"message":"Unsupported post request. Object with ID 'XXXXXXXXXXX' does not exist, cannot be loaded due to missing permissions, or does not support this operation. 

After configuring the "Facebook Login for Business", according to the guides provided in the documentation, we encountered the following error:

"message":"(#270) This Ads API request is not allowed for apps with development access level (Development access is by default for all apps, please request for upgrade). Make sure that the access token belongs to a user that is both admin of the app and admin of the ad account." 

Upon reviewing the error message and documentation, we determined that to send successful events to the Facebook Conversion API, we might need to request "Ads Management Standard Access" to upgrade our "Marketing API" product from development mode (correct me if I am wrong). It is mentioned that we need more than 1,500 successful requests to qualify for this permission. Despite making over 6,000 successful events received in a test dataset, our requests for this feature have been repeatedly rejected with the following message:

Our records do not show a sufficient number of successful Ads API calls in the last 30 days by this application. It is required that the application successfully integrate with the Ads API before it is approved for Ads API Standard Access. Please review the criteria listed here for more information. Our records show that the error rate for Ads API calls in the last 30 days by this application is too high. It is required that the application have a sufficiently low error rate before it is approved for Ads API Standard Access.  

Could someone provide insights into the expected requests for granting permission to our app? Specifically, should these requests be directed to the Conversion API and include real data, such as actual Facebook click IDs? A detailed description of the required requests for us to achieve "Ads Management Standard Access" would be highly appreciated.

Additionally, if there are any other configuration or permission requirements needed for our app to send events via the Conversion API, beyond those we already have, that information would also be very helpful.

Using the below end point my page token returns posts from the page:

https://graph.facebook.com/v18.0/{PAGEID}/feed?fields=id,created_time,message,status_type,from,place,picture,attachments&limit=100&access_token={TOKEN}

If I then take the post id from this return and try and get comments for it using the following end point I am getting (#200) Missing Permissions. https://graph.facebook.com/v18.0/{POSTID}/comments?limit=100&fields=created_time,from,comment_count,message,attachment&access_token={TOKEN}&order=chronological

But I am not being told what permissions are missing, and why I cannot get comments. This is also not always the case, this exact scenario works in many other cases, so there is an issue somewhere with the access of the user/page, rather than my process..... But I have no idea what, or how to find out.

If I look at the permission in the access token using the token access debugger tool, we have the following: pages_show_list, business_management, pages_read_engagement, pages_read_user_content, pages_manage_posts, public_profile

and my understanding from reading the documentation is that I just need this one: pages_read_user_content to read comments.

I am so confused.

Any help or suggestions of things I can try would be greatly appreciated. if only the error was more useful, and told me what I was missing, I could have a better idea of how to fix.

Thanks in advance

I am currently using the Instagram API to publish stories and I would like to know if it's possible to add clickable links directly within the stories via API.

Is there any official or unofficial way to achieve this programmatically through the Instagram API?

I appreciate any insights or examples that could point me in the right direction

Thank you very much !

Is it possible to retrieve Facebook Group members' physical mailing addresses from any of Facebook's API's (is it Graph API we would use?)

Can anyone verify? I know we can get the user's emails but it would seem the mailing addresses would not be available due to privacy concerns.

I have checked through the documentation and found this: https://developers.facebook.com/docs/graph-api/reference/mailing-address/ but digging a bit further it seems this is only for business' mailing addresses.

I recently started a project, and the owner asked me to implement login with Instagram and fetch photos from Instagram However, I cannot see anything related to Instagram Basic Display in Facebook App Dashboard.

In my old app projects in Facebook, I see there is a Add a Product section which includes different products that facebook offers. I also see App Mode in them where I cannot see that toggle switch in the problematic app.

Any suggestion is appreciated.

I published the app to see whether it will change, without some of my use cases, however, nothing changed.