Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook Marketing Api Error : (#2635) You are calling a deprecated version of the Ads API. Please update to the latest version: v3.2."

When trying to use the Facebook Marketing API I'm getting the error this

Response:
{
  "error": {
    "message": "(#2635) You are calling a deprecated version of the Ads API. Please update to the latest version: v3.2.",

How I can upgrade facebook marketing api version from v3.0 to v3.2 ?

when I went to the "API Upgrade Tool"; nothing is showing up as shown in the following picture.

I already change the api version v3.0 to v3.2 in my marketing api setting but same error occur.

Please tell me how I can upgrade the Marketing API from v3.0 to v3.2.

like image 883
Choon Avatar asked Feb 12 '19 04:02

Choon


People also ask

What is an OAuthException error?

OAuthException: If you receive an OAuthException error, it means that Edgar doesn't have the correct permissions to access your Facebook accounts right now. The password may have been changed on Facebook or Facebook may have reset your security session.

What is an OAuth error on Facebook?

Answer: This error indicates that there is a missing domain(s) that needs to be added to the Client OAuth Settings in your Facebook Developer app (login or setup your account at https://developers.facebook.com/).

What is Facebook Marketing API?

What is the Facebook Marketing API? Marketing APIs are a collection of Graph API endpoints that can be used to help you advertise on Facebook and Instagram. From automated ads management and dynamic creative to targeting and optimization, the Facebook Marketing API can unlock new options for your business.


1 Answers

You just need to change the version in your api For example-

  • https://graph.facebook.com/v3.2/act_

This is related to version of API we are using .Facebook has discontinued support of v3.0 and v3.1 .Currently Facebook is supporting v3.2 or higher.

like image 123
Harshit Bhatia Avatar answered Sep 17 '22 15:09

Harshit Bhatia