I'm trying to resize the iFrame in my Facebook canvas app with Javascript. I know how to do this in the code- it's working fine.
However, I can't seem to get it to work in the console, for testing purposes. In the console, FB
is defined but FB.Canvas
is not (the closest is FB.CanvasClient
). Why is that? How can I test iFrame resizing in the console?