0

I'm trying to create a Facebook Business data crawl website (REACT). Currently, I'm stuck at how to get business ad creation limit.

When tracking Network tabs of https://business.facebook.com/settings/info?business_id=48079066xxxxxxx. I notice there is only a POST request have the response of limit fields. However, this quite difficult to duplicate since int required a lot of 'unknown' fields

{ adAccountLimit: 3}

Image of request has ad account limit creation

I found a new way to achieve the same response with API:

https://business.facebook.com/business/adaccount/limits/?business_id=xxxxx&__a=1&fb_dtsg=xxxxx&lsd=xxxx

But still, it required field fb_dtsg and lsd. I tried gg to search but no use. How can i get/generate it with client side or req from graph api ?

8
  • FYI. Facebook doesn't allow you to scrape them. You have to use Graph API to get data.
    – WizKid
    Commented Dec 26, 2022 at 1:17
  • I have tried look at the document. But it seems like no mention in this topic Commented Dec 26, 2022 at 4:49
  • No mention of what topic?
    – WizKid
    Commented Dec 26, 2022 at 6:15
  • About getting "fb_dtsg", "lsg" nor "get ad account creation limit" Commented Dec 26, 2022 at 17:11
  • Because those are not part of the Graph API. You can read about the Graph API on developers.facebook.com
    – WizKid
    Commented Dec 27, 2022 at 4:07

0

Browse other questions tagged or ask your own question.