Display FBDialog in correct size on iPhone
I am trying to display a connect dialog for facebook in my app. The dialog 开发者_C百科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
You need to make sure that the session is actually established before you instantiate FBDialog.
精彩评论