on my app I have a link to https://www.facebook.com/xxxx. Opens on a external browser.
is possible to open the facebook app instead of web browser, of course if the app is no installed must open a browser.
Best Regards
on my app I have a link to https://www.facebook.com/xxxx. Opens on a external browser.
is possible to open the facebook app instead of web browser, of course if the app is no installed must open a browser.
Best Regards
If the app is installed it should open at least on Android automatically when you navigate to it.
If you want to explicitly link to facebook you can use this link type: https://stackoverflow.com/a/30231726/756809
Notice that you can use the canOpen API to check if this is supported on iOS.