2010-10-23 97 views
3

几个月前,我在博客上添加了一个类似按钮,而且事情一直很好。突然之间,我今天早上添加了一个新帖子,无论出于何种原因,类似的按钮现在都被打破了。每次点击“赞”我收到此错误:Facebook“Like”会产生“更新页面时出现内部错误。”

There was an internal error when updating the Page. 

没有附加信息。

我用Facebook的线头,元信息来通过完美的,只出现了同样的含糊错误:

http://developers.facebook.com/tools/lint/?url=http%3A%2F%2Fwww.alifewortheating.com%2Fparis%2Flambroisie-revisited

任何帮助将不胜感激。有谁之前经历过这个吗?

谢谢!

+0

这里是一个博客帖子的链接,产生这个错误:HTTP:/ /www.alifewortheating.com/paris/lambroisie-revisited – ensnare 2010-10-23 21:43:10

回答

0

Facebook,上次我查了,需要og:admins<meta>属性。

+0

我尝试添加,但没有什么区别。另外我有app_id属性集,这应该是足够的,不是吗? – ensnare 2010-10-23 23:01:13

+0

app_id应该足够了,是的。我刚刚意识到,我的博客标注了我的meta标签,并且仍然允许人们喜欢它。也许试试?哈哈 – Jason 2010-10-23 23:14:01

+0

看起来像你得到它的工作。你改变了什么? – Jason 2010-10-24 00:22:10

1

帮我删除meta -tag with property =“og:type”。 以前它是我的网页上:

<meta property="og:type" content="product"/>

为涉及此页面(如BTN部分): http://developers.facebook.com/docs/guides/canvas/

If you’re interested in gaining distribution for content or giving users the ability to like a virtual good, you should not include the og:type tag. In this case, a stream story will still be published when your users like your content, but your URL will not be equivalent to a Facebook page. This means you will not have the ability to publish to users, and your pages will not show up on users' profiles.

If your canvas URL represents a real-world object (e.g. a cause, movie, product), add the appropriate og:type tag. In this case your canvas URL will be equivalent to a Facebook page. In addition to stream distribution, when a user likes your page you will have the ability to publish updates to them, and your URL will show up on users' profiles.

相关问题