I would like to open the Facebook app and go directly to a Facebook page when the user presses a button in my app.
How do I do that using the official Facebook SDK?
So far, all the solutions I've seen is fairly hacky, checking to see if the FB app is installed using Package Manager or something. This might become an issue in the future, given the precedent of Package Visibility.
Another solution relies on a list of unofficial URIs sourced from the decompiled Facebook APK, which can break at any time.