如何将图像(以 HTML 画布中的数据 URL 形式给出)上传到 facebook?

发布于 2024-12-11 03:33:15 字数 233 浏览 0 评论 0原文

在我的网页中,我有一个 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 技术交流群。

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

发布评论

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

评论(1

靖瑶 2024-12-18 03:33:15

检查这个

首先,您需要使用身份验证插件来为您的网站提供身份验证访问他们的 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...

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