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?