When I use this code it opens the Facebook app but just displays my profile page and not the chosen page, if i don't have the Facebook app installed it opens the page in the web browser which is what i want. What am i missing to get my page to show so people can like.
function openFacebook(e){ Ti.Platform.openURL("https://www.facebook.com/MyPhoneFireplaceApp"); }