I am using the Facebook SDK from here
I have a relatively simple iFrame app which is in a frame which Facebook defaults to 800px high. I want to make this iFrame higher to get rid of the scrollbars.
Looking at questions like Timeline page app height stuck at 800px it appears I need to use the FB.Canvas.setAutoGrow();
command.
I can't see how to do this within the ASP.NET C# Facebook SDK, any ideas?