
doc_id
?In Facebook’s internal GraphQL API system, a doc_id
is a unique identifier that refers to specific actions such as adding payment methods, funding ad accounts, or verifying cards. Each Facebook Ads feature (like injecting a credit card) is backed by a mutation tied to a doc_id.
doc_id
(Step-by-Step)graphql
"doc_id":"28965167609798179"
doc_id
sPurpose | doc_id |
---|---|
Add Card | 28965167609798179 |
Get RSA Key | 9350229961692383 |
Verify Card | 9100428603382438 |
Fund Account | 8656399561129626 |
Load Saved Methods | 9475597022567814 |
If you're building a card adder, automation script, or bot using Facebook GraphQL, you need to insert the right doc_id
with the correct headers, fb_dtsg
, actor_id
, and platform_trust_token
.
We offer tested PHP and JS scripts that automatically inject cards, extract platform_trust_token
, and use GraphQL mutation endpoints via token_proxy.php
.
Visit: trickadsagencyltd.com