Relative Content

Tag Archive for c#asp.net-corefacebook-graph-api

Upload multiple images to facebook page by graph facebook api

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.