I\'m trying to use some code from SO but it fails:
Those are uri\'s supposed to open the right section of the app.
facebook://facebook.com/info?user=
To do this we need the "Facebook page id", you can get it :
you can do this:
String facebookId = "fb://page/"; startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(facebookId)));