How can I upload multiple images on page facebook by graph api and asp.net core. If only one image, I can use api https://graph.facebook.com/{page-id}/photos?url={path-to-photo}&access_token={page-access-token}, but I don’t know if have many images.
I found a fow ways, that post each image and it will return for me id_photo and then push it in array attached_media, but it seems not work
[some codes I did]
enter image description here
Tín Trọng is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.