Having some issues and maybe someone can shine some light.
With the native facebook app installed the below code successfully launches the facebook app, but sits on my news feed without going to the user’s facebook page. In the simulator it works fine, but not on the device(tested with Galaxy S4).
Using the URL method it works fine, but would prefer to not have to use the browser since it usually requires a user to login and isn’t as user friendly as the native app.
if not (system.openURL("fb://profile/\<"..row.params.facebookID.."\>") ) then system.openURL("http://facebook.com/"..row.params.facebookID) end