conversion api retunrs error 400 – The access token could not be decrypted
Summary The error 400 Bad Request with {“error”: {“message”: “The access token could not be decrypted”, “type”: “OAuthException”, “code”: 190}} indicates that the access token provided to the Facebook Graph API is either invalid, expired, or malformed. Despite the user generating the token in Events Manager, the token is likely a System User Access Token … Read more