Hello. I'm Creating a facebook application using apache-tomcat. I use the Java Facebook API.
It seems that the height of the facebook application window does not match the height of my application. i understood that in javascript there is the following command:
FB.Canvas.setAutoResize()
http://developers.facebook.com/docs/reference/javascript/FB.Canvas.setAutoResize
this command creates an interval that makes sure that the height of the application matches the height the facebook provides me.
Is there a way to do that using the java facebook api ?
update
I use the java facebook api from the following URL:
http://code.google.com/p/facebook-java-api/
thanks!