Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The Like button on my site doesn't work properly. When you click Like it shows an error:

There was an error liking the page. If you are the page owner, please try running your page through the linter on the Facebook devsite (developers.facebook.com/tools/lint) and fixing any errors.

I corrected all messages from the debugger, but the error still appears.
I'm using the XFBML version of the Like button. Can anyone help?

share|improve this question
1  
Are you asking people to click the Like button to see the error message? I ask because that could very well be understood as a kind of click-spamming. Please post the error message here so that people doesn't have to visit your site. – Lasse V. Karlsen Nov 10 '11 at 9:10
you're right. i didn't think that way. here's the message : Be the first of your friends to like this. · Error". When i click on error, a pop-up shows up containing "There was an error liking the page. If you are the page owner, please try running your page through the linter on the Facebook devsite (developers.facebook.com/tools/lint) and fixing any errors." – Alin Nov 10 '11 at 10:11

closed as not a real question by CharlesB, bkaid, John Conde, Samuel Liew, Bo Persson Nov 10 '11 at 17:48

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

Seemed to work for me. I clicked like and I received the drop down to comment/post.

At what point does it fail?

share|improve this answer
when i click like the error above shows up "Be the first of your friends to like this. · Error" – Alin Nov 10 '11 at 10:13

Try this...

After fixing all the errors with the metatags, create a new file with a slightly different url. For example: ../metatags1.htm ==> ../metatags2.htm .

Then change the url in the like button script on your front end and run the 'new' url thru the FB Linter.

FB has cached the old one and this breaks the cache.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.