Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Launching another application from inside my app?

How do I go about opening up a different application, like the Facebook app, from inside my app?

— asked May 20th 2010 by Matthew Lieder
  • launching
  • opening
0 Comments

2 Answers

  • Accepted Answer

    Hi!
    I think you can open any app that has registered a custom url scheme.
    Here is a list of some of the more popular apps, like facebook.

    To open the Facebook app from your Titanium app, you should be able to use Titanium.Platform.openURL('fb://profile');

    Cheers
    /Jacob

    — answered May 21st 2010 by Jacob Waller
    permalink
    0 Comments
  • I am trying to load a page, a facebook page of an organization on the local app by this method. Any tips ?

    — answered November 2nd 2011 by Deep Mistry
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.