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.

I have a like button on this page: http://magazin.skiinfo.de/kaestle

This morning, I made a mistake and put in a wrong canonical URL.

<link rel="canonical" href="/skiurlaub-12833-de.jhtml"/>

I deleted the canonical URL from the page, but the like button still takes this wrong canonical URL. When I look in the debugger, I get the right information of my page.

Is there a Facebook cache which I can delete or refresh?

share|improve this question

1 Answer

Using Facebook's Debug Tool clears the cache Facebook has of your page's metadata. Your page should be fine after running it through the debugger.

share|improve this answer
i hoped that would work but like i posted, in the debugger it lookes fine. But when i click the like button on the page the facebook bubble shows the information of that other wrong url. – Thomas Köster Oct 28 '11 at 14:03
It worked for us. Thanks for the hint! – Emil Rasmussen Dec 13 '11 at 7:51
Did this answer solve, or help you to solve the problem in your question? if so, please accept accept this answer or add your own answer with the solution you found. See these instructions for info how to accept answers; thanks! – Igy Jun 26 '12 at 13:50

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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