Facebook api – How to resolve "Unknown path components" error when updating Facebook campaign status via API?
I am trying to change the status of a Facebook campaign using their Marketing API as documented here. However, I keep encountering the following error: { "error": { "message": "Unknown path components: /<campaignId>", "type": "OAuthException", "code": 2500, "fbtrace_id": "AZruauHBbtO4IzLuRmF90c-" }…