如何通过 graph api 将照片上传到 Facebook
我有一个桌面应用程序。我的要求是使用 graph api 将照片上传到 Facebook。我可以通过应用程序向用户墙发布消息。但我无法上传照片。我收到错误“期望上传文件”。 中指定的文档
我浏览了链接http://developers.facebook.com/blog/post /498/
我正在使用 Winhttp 进行连接。那么文件名如何指定呢?文件名是否在 URL 中指定?
请帮帮我
i am having a desktop application. My requirement is to upload photo to facebook using graph api. I am able to post message to user wall via application. But i am not able to upload photo. i am getting an error "EXPECTS UPLOAD FILE" . i went through the documentation specified in the link
http://developers.facebook.com/blog/post/498/
I am using Winhttp for the connection. So how the file name will be specified? Whether the file name be specified in the URL itself?'
Please help me out
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将参数消息和来源指定为 multipart/form-data 并使用 winhttpsendrequest 发送
Specify the paraemeters message and source as multipart/form-data and send it with winhttpsendrequest