I try to open a facebook profile (in the Facebook App) out of my Android App.
I use Android Intent and found this approach: fb://profile/<username>
but this only opens the facebook app.
When I use just fb://profile/
it opens my own profile.
If I use fb://profile/4
it opens Zuckerbergs profil.
But how can I open Zuckerbergs profile just with his username "zuck" (so something like fb://profile/zuck
)?
Thanks for help!