Facebook 分享时重定向?
当用户在 Facebook 上分享我的网站时,有没有办法重定向或启动 JavaScript?我只知道 Edge.create 用于 Facebook Like,但我想要它用于 Facebook Share。我是初学者,因此将不胜感激。谢谢!
Is there a way to redirect or launch a javascript as the user shared my website on Facebook? I only know about edge.create for Facebook Like but I want it for Facebook Share. I am a beginner so help would be appreciated. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,Facebook 共享的任何方式都没有这种能力。
如果您需要
pubish_stream
权限并通过应用程序发布内容,您可以在您这边实现它。No, none of ways of Facebook Sharing have this ability.
You may implement it on your side if you require permission
pubish_stream
and publishing content by application.是的,在 Facebook 共享上重定向非常容易。但请确保使用 Facebook 分享对话框 API,需要注册(免费)并在 API 请求中提供 AppId,并确保不使用Facebook Sharer API,不允许这样做。
分享后如何重定向到 Facebook?
使用
redirect_uri
参数。直接引用上面链接的文档...
Yes, it's very easy to redirect upon Facebook share. But please make sure to be using the Facebook Share Dialog API, which requires registration (free) and supply AppId in API requests, and make sure not to be using the Facebook Sharer API, which does not allow this.
How do you redirect at Facebook after sharing?
Use the
redirect_uri
parameter.To quote directly from the above-linked documentation...