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.

Can i force a facebook page tab to reload after user click LIKE inside iframe?

share|improve this question
possible duplicate of Is there a way to reload the page after <fb:like> is clicked? – ifaour Dec 1 '11 at 21:05

1 Answer

up vote 0 down vote accepted

Sure. Subscribe to the edge.create FB.Event to detect the like event and when you detect the event, do top.location.href=top.location.href;

share|improve this answer
This doesnt work: Permission denied to access property 'href' top.location.href = top.location.href; – Mikepote Oct 25 '12 at 11:17
1  
@Mikepote Try explicitly declaring the URL, then. i.e. top.location.href='https://facebook.com/page/app_12345'; – ceejayoz Oct 25 '12 at 12:39
@ceejayoz Thanks! That comment worked for me declaring the url explicitly! – The Silencer Dec 29 '12 at 20:11

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.