I placed a Facebook button in my iPhone app. I want to open the iPhone's default browser when clicking on that button and loads the Facebook login page.
How can i achieve this ?
Thanks in advance.
|
|
|
When you open iPhone's default browser, your application gets to background - possibly terminated by iOS. Is that really what you want? User has no way to get back to your app. Couple options to consider:
https://github.com/facebook/facebook-ios-sdk
http://developer.apple.com/library/ios/#documentation/uikit/reference/UIWebView_Class/ The point is: it's YOUR application. Why would you force user to shutdown your app and start using something else without any way to get back? Well, you know all the details and based on those you want the default browser. That's ok. |
|||
|
|
|
You should do some search before posting new question to any forum Do this way:
|
|||||||||
|
|
|||
|
|