I have found the API to download transactions:
But there is no link to a PDF file of the actual invoice available. Does anyone knows if the actual PDF invoice can be downloaded using the API?
Thanks in advance,
I have found the API to download transactions:
But there is no link to a PDF file of the actual invoice available. Does anyone knows if the actual PDF invoice can be downloaded using the API?
Thanks in advance,
2
Answers
I assume you need to obtain the PDFs as mentioned in https://www.facebook.com/business/help/117335431685396 .
But the API you point to will only provide with you with the JSON data of the related transactions. You can easily build the PDF using this data in your application by using a libraries like,
It has been deprecated with version 3.0 of Facebook API.