views:

19

answers:

1

Hi there,

I am trying to display a connect dialog for facebook in my app. The dialog view pops open and loads from facebook. But the page shown is one for regular browser, not the version optimized for mobile phones.

Do I need to do anything with my app or on facebook for it to work? Or do I need to provide that form on my server?

Confused JT

A: 

You need to make sure that the session is actually established before you instantiate FBDialog.

Joseph Tura