0

I am trying to open a specific facebook page from xamarin, I am trying with this if in the browser is https://www.facebook.com/Mysite

    if (await Launcher.CanOpenAsync("fb://MySite"))
    {
        await Launcher.OpenAsync("fb://MySite");
    }

but this, it only opens facebook but it does not go to the specific page

thanks in advance

KillemAll
  • 543
  • 1
  • 7
  • 22
  • Can you give a link to the instructions you are following, that describes the use of “fb://…”? You might have to write code specifically for ios or android. I’m just guessing, based on some old posts such as https://stackoverflow.com/questions/34564211/open-facebook-page-in-facebook-app-if-installed-on-android/50596837#50596837 – ToolmakerSteve Nov 12 '21 at 06:03

0 Answers0