Facebook 发送按钮返回状态代码 200
我正在使用带有嵌入 ruby url 的 facebook 社交插件,该插件引用: http://www.facebook.com/my_page_id facebook.com/pages/my_page/my_page_id 具体来说,“点赞”按钮功能有效,但“发送”按钮功能会导致错误。
<div class="fb-like" data-href='<%= @fb_url %>' data-send="true" data-colorscheme="dark" data-width="450" data-show-faces="true"></div>
页面位于http://www.facebook.com/pages/my_page/my_page_id< /a> 可以 无法到达,因为服务器返回状态代码 200。
您见过这个吗?这甚至没有意义:状态代码 200 是 - 正常。
I'm using the facebook social plugin with an embedded ruby url which references: http://www.facebook.com/pages/my_page/my_page_id Specifically, the like button functionality works, but the send button functionality results in an error.
<div class="fb-like" data-href='<%= @fb_url %>' data-send="true" data-colorscheme="dark" data-width="450" data-show-faces="true"></div>
The page at http://www.facebook.com/pages/my_page/my_page_id could
not be reached because the server returned status code 200.
Have you ever seen this? This doesn't even make sense: a status code 200 is - OK.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题已解决:
这与重定向的 URL 有关。喜欢按钮支持它们,共享按钮不支持。
Solved the problem:
This is related to URLs that redirect. The like button supports them, the share button does not.