I’m doing an app with Phonegap and I use the Facebook JavaScript API. The problem is every time I do a “fb parse xml” I get a blank page in the browser. So the Facebook API opens a browser with the “about:blank” page.
What may I be doing wrong to allow that to happen?
Try to use
display=pagein your request instead ofdisplay=pop-up.For example:
It’s resolved same issue in my application.