That is the expected behavior of the Facebook connect library, if the
Facebook app is installed n the device, then the Facebook authentication
occurs via the app. The app should launch, and then it does the
authentication and thn the app returns control back to your app. If the last
bit isn't occurring, then you need to make sure you have the correct fbid
string in your info.plist and that you have the code in the application
delegate to handle the return call (via handleOpenUrl).

Dennis

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Facebook-binding-error-tp4513761p4514964.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to