am trying to build a facebook canvas app (iframe). To the head section we have xfbml like (FB:like) Mid way thru the page we have an FQL call to see if the user has like a particular fan page or not (this app is linked directly from a fan page) If the user has already liked the page they get to see X content, if not they get to see Y content - That part if working fine - the part I am struggling with is to get the page to automatically refresh after the user clicks like so they get to see X content. If they do a manual refresh that works So, have tried adding a java event subscribe which I guess monitors the page for an onclick scenario.....
This kind of works, but I get a firefox pop up asking to resend data before the page will refresh.
The current app page is: apps.facebook.com/marqueenightclub/ The workflow we are trying to emulate is similar to this L'oreal app: apps.facebook.com/menexpertwhiteactiv/ prior to clicking like content user seesY content, clicking like then triggers the X content
Any help appreciated - regards Tony