Facebook 照片上传 c++

发布于 2024-12-10 12:46:16 字数 661 浏览 0 评论 0原文

我正在使用以下网址通过我的应用程序向用户墙发布消息

https://graph.facebook.com/100002944254185/feed?client_id=129042607197622&message=found&oauth_version=2.0&oauth_nonce=5887e5b11904194f7d217e9b7f795d62&oauth_timestamp=1317623602&oauth_consumer_key=129042607197622&oauth_token=CCCB1XRLDTbYBAOwHYTO6qw1NswhUt99e0ov9yYG4CYAXahGi1VkycZAo8rWWDWfuq21w2jjZA49f4zNLZAM3JMGfTlj8d4rPTnTcvVcDk7T9iWY5HuY&oauth_signature_method=HMAC-SHA1&oauth_signature=96b104ee6b4576e7526390b287e7a32d&redirect_uri=https://apps.facebook.com/mymegha/

,并且这正在工作,

上传照片的格式是什么?

url 中应包含哪些内容,标头中还应包含哪些内容。格式将如何?

请帮帮我...

i am using the following url for posting message to user wall via my application

https://graph.facebook.com/100002944254185/feed?client_id=129042607197622&message=found&oauth_version=2.0&oauth_nonce=5887e5b11904194f7d217e9b7f795d62&oauth_timestamp=1317623602&oauth_consumer_key=129042607197622&oauth_token=CCCB1XRLDTbYBAOwHYTO6qw1NswhUt99e0ov9yYG4CYAXahGi1VkycZAo8rWWDWfuq21w2jjZA49f4zNLZAM3JMGfTlj8d4rPTnTcvVcDk7T9iWY5HuY&oauth_signature_method=HMAC-SHA1&oauth_signature=96b104ee6b4576e7526390b287e7a32d&redirect_uri=https://apps.facebook.com/mymegha/

and this is working

what will be the format for uploading a photo?

What all should be included in the url and what else in the header. How the format will be?

Please help me out...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

拒绝两难 2024-12-17 12:46:16

我解决了。为了上传照片,数据应指定为“multipart/form-data”。有用..

I got it solved. Inorder to upload photo the data should be specified as "multipart/form-data". It works..

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