i am trying to upload photo to facebook using fiddler
In the request builder portion specified the url as
https://graph.facebook.com/118437721597702/photos?access_token=generated token
in the request header part
Content-Type: multipart/form-data; boundry=AaB03xBFSI2P MIME-version: 1.0
in the request body
--AaB03xBFSI2P Content-Disposition: form-data; name="message"
My photo caption
--AaB03xBFSI2P
Content-Disposition: form-data; name="source" Content-Type: image/png
..image data.. --AaB03xBFSI2P
but it returns "requires upload file error"
Worked from the application and data was send in the winhttpsendrequest