从 fiddler 上传文件时,facebook 返回错误 324需要上传文件
我正在尝试使用 fiddler 将照片上传到 facebook
在请求生成器部分中将 url 指定为
https: //graph.facebook.com/118437721597702/photos?access_token= generated
请求标头部分的
Content-Type: multipart/form-data; boundry=AaB03xBFSI2P MIME-version: 1.0
请求正文中
令牌--AaB03xBFSI2P 内容处置:表单数据; name="message"
我的照片标题
--AaB03xBFSI2P
Content-Disposition: form-data;名称=“来源” 内容类型:image/png
..图像数据.. --AaB03xBFSI2P
但它返回“需要上传文件错误”
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"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从应用程序开始工作,数据在 winhttpsendrequest 中发送
Worked from the application and data was send in the winhttpsendrequest