I have a Facebook friends selector on my website. It was working perfectly but now for some reason the height is the same as if its a log in iframe.
It cuts off the friends and is basically useless.
Here are my settings in facebook
How can I have the normal automatically size facebook friend selector I used to have?
The wrong dialog height is a bug in facebook apprequest, to fix it add this style where you are using it. Let's hope facebook staff fix it soon.
<style>
.fb_dialog_content iframe { height:537px !important; }
</style>
You have more info here