iPhone SDK / Facebook Connect: Using a custom login dialog

Posted by boliva on Stack Overflow See other posts from Stack Overflow or by boliva
Published on 2010-03-21T03:17:14Z Indexed on 2010/03/21 3:21 UTC
Read the original article Hit count: 772

Exactly what the title says. Is it possible to use Facebook Connect (or any other means of FB integration) in a native iPhone app without resorting to the built in login dialog (which looks awful)? Something where I could create my own custom login screen asking for the facebook login username and password and then using the fbconnect native methods to validate that info and retrieve a valid session?

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about fbconnect