从 fiddler 上传文件时,facebook 返回错误 324需要上传文件

发布于 2024-12-13 13:51:15 字数 610 浏览 3 评论 0原文

我正在尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

喜你已久 2024-12-20 13:51:15

从应用程序开始工作,数据在 winhttpsendrequest 中发送

Worked from the application and data was send in the winhttpsendrequest

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文