I’m doing some playing with HTTP Posts, and wondered if someone could help me out with the ways to upload a photo to facebook using HTTP Post request. I have an access token, and can access the user’s data, including ID, name, etc. But figuring out the uri for the upload is a big confusing.
I’m implementing the code in C#, and most (if not all) online resources are for php.
Any help?
First, read this:
graph api
You have 2 different ways in your task.
If you want to upload photo, you need to configure request like this:
Also, you may have a look at this and this