Hey friends
I created a button on my app called: “Find us on Facebook”. Right now I ran into a situation where I need the button to launch the Facebook application. I could really use some help such as launching the facebook application, detecting if there is a facebook application, and all the sorts of stuff like that, thanks
Hey friends I created a button on my app called: Find us on Facebook.
Share
Some googling shows that the facebook app apparently registers to receive urls with the
fb://scheme. So you can construct afb://url (like, sayfb://notesor something) and then ask theUIApplicationobject if it can open the URL. If it says that it can, then open it.