如何将图像(以 HTML 画布中的数据 URL 形式给出)上传到 facebook?
在我的网页中,我有一个 HTML 画布。我想将画布图像上传到 Facebook。我认为第一步可能是 canvasContext.toDataURL() 函数调用。接下来怎么办?如果用户登录到 Facebook,我希望他/她能够使用他的 Facebook 帐户从我的页面自动上传图像。我希望用户能够将图像发布到他/她的墙上或他/她的朋友之一。代码应该是什么?我应该在哪里添加代码?详细的答案(用 javascript 或 jQuery)将不胜感激。谢谢。
In my web page, I have an HTML canvas. I want to upload the canvas image to facebook. I think the first step may be a canvasContext.toDataURL() function call. What's next? If the user is logged in to facebook, I want him/her to be able to upload the image automatically with his facebook account from my page. I want the user will be able to either post the image in his/her wall or one of his/her friends. What should be the code? And where should I add the code? A detail answer (in javascript or jQuery) will be highly appreciated. Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查这个
首先,您需要使用身份验证插件来为您的网站提供身份验证访问他们的 Facebook。
然后使用 Graph API - Post 发布到他们的墙上...
check this
First you'll need to use the Authentication plugin to give your website access to their Facebook.
Then use the Graph API - Post to post to their wall...