skip to Main Content

I am trying to pull advertiser data from facebook ads api but getting the following error in python –

facebook_business.exceptions.FacebookBadObjectError

does this have anything to do with the access token? or is something wrong with the facebook_business library itself?

Can someone help with what this means?

2

Answers


  1. Have you resolved this or found a workaround?

    I have had the same issue since the same day, so I think it’s an issue on facebook’s end when using their cursor object to a certain length. No matter what data set I pull, it errors out when it hits 10475 objects. This was not an issue until June 14th.

    Login or Signup to reply.
  2. I had the same issue with 16.0.0, updating to 17.0.2 seems to resolve the issue.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search