Issue: Facebook 3.1 SDK for iOS and facebook.login

Hi!

I am having some difficulty with my facebook integration. The code I am using for all facebook connectivity is the same as the one I am using with another application, which works perfectly well. I have of course created a new app on developers.facebook.com and have replaced the app_id and app_secret in the code to work as intended.

My problem is only with iOS devices, as the facebook.login requests launches a facebook window where users have to accept the terms etc, but when this is done, the facebook window is not closed, and users now have the facebook news feed up. When closing down this newsfeed and reentering my application, it behaves as if nothing happened, and no error is shown. Again I would like to point out that the same code, with different facebook app_id’s and app_secret’s, work perfectly fine with my older app.
What I think might be the issue:
I checked on developers.facebook.com and saw that all settings was the same as the settings from the old app (except display name, namespace, contact email, app domains, site url, app store id and bundle id, which all had the correct values). However, the old app showed the following message when entering it’s settings on developers.facebook.com:

“Upgrade to Facebook SDK 3.1 for iOS
This app uses an outdated version of the Facebook SDK for iOS. Please upgrade to the newest version.
Learn More · Download Now”

This got me figured, I believe that my old app still uses some old Facebook SDK that works with corona, but the new app got registred so recently that it has been “forced” to use the new Facebook SDK that currently is not corona-supported. And, if this is not the issue, how come this message is shown only on my old app, which works, and not on my new one? [import]uid: 91236 topic_id: 32362 reply_id: 332362[/import]