vote up 0 vote down star

I have FB Connect on my site which allows users to authorize the site to access their FB profile data. I'm using the FB.Connect.showPermissionDialog function to initiate the connect process and grant permissions, how can I force it to always use the popup window connect dialog instead of the overlay method? My page has an incredible amount of complex javascript which is somehow causing the overlay iFrame to load the page itself in the frame instead of the facebook connect page.

flag

1 Answer

vote up 0 vote down check

figured it out..

FB.Facebook.init(APIKEY, "xd_receiver.htm", {"forceBrowserPopupForLogin":true});

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.