freshplanet / ANE-Facebook

Air Native Extension (iOS and Android) for the Facebook mobile SDK
Apache License 2.0
221 stars 123 forks source link

URL Scheme Suffix issue #124

Closed CaptainHug closed 10 years ago

CaptainHug commented 10 years ago

The Facebook Developer app settings page appears to have had an overhaul recently. The ANE-Facebook readme says to use a URL Scheme Suffix of fb ... with YOUR_FB_ID being a number.

However, when entering that style of URL Scheme Suffix in the Facebook Developer app settings page, I'm now being presented with the following error: URL Scheme Suffix Needs to only contains a-z

I'd like to use App-Switching / Safari method for my application, rather than WebView and built-in iOS6 style login, and at the moment I think that not having a correct URL Scheme Suffix is causing WebView to always be fired.

Are there any possible workarounds? Anyone else having this issue?

CaptainHug commented 10 years ago

scrap this, just read that I don't need to enter the url scheme suffix in the facebook settings, only in the app plist section. I'll try that!