Posts under category Meta & Facebook

Hello, there is a problem when adding the iOS platform for a new application, in particular, when adding iPhone Store ID and iPad Store ID indicates a problem (I am attaching a screenshot). But the application has been in the App Store for more than a month. Tell me, is there any way to fix this? https://developers.facebook.com/apps/1265568911188450/dashboard/ - app id in facebook developers

Facebook phone app itself has a shop when you go to a specific business page. I am helping my company to collect the price of the products listed daily on the meta shop, and I already found the shop ID. The documentation below is the only part that shows API for shop, but do not find any information about product listing and price? Am I in the right direction for API endpoint? I used catalog ID previously and it collected the wrong pricing data.

https://developers.facebook.com/docs/commerce-platform/catalog/shop#get--read-api-

I'm using the WhatsApp business account app and I have a number connected and a test number in my configuration API. I can send messages using both phone numbers. I have established a webhook connection with my server, yet when I attempt to respond to the message, it only works for the test number. What actions should I take?

I am using instagram graph api, with these permissions(pages_show_list, instagram_basic, pages_read_engagement) and this repository https://github.com/jstolpe/instagram-graph-api-php-sdk

I am able to obtain a long-lived access token and use it to retrieve media and perform other actions, but the token expires after 60 days. I’m looking for a way to refresh it before it expires.

I found this https://developers.facebook.com/docs/instagram-platform/reference/refresh_access_token but when I try this code

GET https://graph.instagram.com/refresh_access_token   ?grant_type=ig_refresh_token   &access_token={long-lived-access-token} 

the output is: "Sorry, this content isn't available right now"

Is there a way to automatically refresh a long-lived access token, or does it need to be manually updated every 59 days?

Additionally, I can’t find any information on how to obtain or add the instagram_graph_user_profile permission.

Does anyone know how to resolve this?