将数据发布到 Facebook
我可以使用以下 URL
https://graph.facebook.com/944254185/feed?method=post&
message=hello 更新用户状态 &access_token=4E35zZCu8xtLBExPJvbGCmYOXFOGe8P
在 GOOGLE 中,它需要一个包含 oauth_nonce、oauth_signature、oauth_token、oauth_version 等的 URL,
但在 facebook 中更改用户状态和创建相册不需要这些参数。
那么将照片上传到 Facebook 是否需要这些参数。
谁能帮我吗
i am able to update user status using the following URL
https://graph.facebook.com/944254185/feed?method=post&
message=hello
&access_token=4E35zZCu8xtLBExPJvbGCmYOXFOGe8P
In GOOGLE it requires a URL whcih contains oauth_nonce,oauth_signature,oauth_token,oauth_version etc
but in facebook to change user status and create album didnt need these parameters.
So will those parameters be required for uploading photos to facebook.
Can anyone help me out
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决了
Facebook 不期望标头包含 oauth_nounce、oauth_signature、oauth_version 等参数
Got it solved
Facebook is not expecting header that contains parameters like oauth_nounce,oauth_signature,oauth_version etc