I'm wondering if it's possible for an a webpage connected through a web window within an app able to use the iOS facebook connect. So the user doesn't have to type in their login settings.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
No, this is not possible. Creating a new UIWebView within your app will not contain the HTTP cookies from their "regular" mobile browser, and thus they will have to enter their login credentials. Your better bet is to use Facebook's iOS SDK. |
|||
|
|