How to open the Facebook App from your own iOS App
Thanks to Custom URL Schemes, iOS Apps can register themselves and be “woken up” by another app (such as yours). Many can even accept parameters if you do. Opening another app happens via the UIApplication class, and an NSURL as parameter. Here’s how we open the Facebook App and direct it to open my Pinkstone […]