Facebook XFBML in GWT Hosted Mode?

2009-04-21 Thread shunjie
Hi Friends, I am trying to develop Facebook Connect application with GWT. I tried to have XFBML like fb:name /fb:name in a HTML control. Works perfect in a browser but does not render anything at all in Hosted Mode. Does anyone face the same problem when trying to develop GWT with FBML. If so,

Re: Facebook XFBML in GWT Hosted Mode?

2009-04-21 Thread davidroe
I'm pretty sure this works for me without a problem. protected Widget makeLoginButton() { String s = fb:login-button onlogin=\facebookConnectLogin()\/ fb:login-button; HTML h = new HTML(s); DeferredCommand.addCommand(new Command() {