Monday 21 May 2012

Facebook canvas resize for an app tab

As a tip, if you are having trouble getting a Facebook API canvas function, such as FB.Canvas.setSize() or FB.Canvas.setAutoGrow(), to work it may be FB._https = true tripping you up. If you have FB._https = true set anywhere, try commenting it out or straight up removing it and see it the problem persists. You may be surprised.