skip to Main Content

getting error on facebook catalog batch api on using app token

api works for user token but does not when i put app token https://graph.facebook.com/v9.0/<my-catalog-id>/batch?access_token=<my-app-token>&requests=[{"method": "UPDATE","retailer_id": "retailer-id","data":{"availability": "in stock", "price": "10", "currency": "USD"}}] { "error": { "message": "Unsupported post request. Object with ID '********' does not exist, cannot be loaded due…

VIEW QUESTION

Fabebook pixel test server events

I am trying to test server events of a Facebook pixel using Graph API. I am getting this response. { "error": { "message": "Invalid parameter", "type": "OAuthException", "code": 100, "error_subcode": 2804019, "is_transient": false, "error_user_title": "Server Side Api Parameter Error", "error_user_msg":…

VIEW QUESTION
Back To Top
Search