Custom URL scheme for new Facebook iOS app

后端 未结 5 1902
星月不相逢
星月不相逢 2020-12-07 23:34

Does anyone know what the custom URL scheme is to open a Facebook page in their new iOS app. I was using fb://page/PAGE_ID however this doesn\'t seem to be working in the re

5条回答
  •  眼角桃花
    2020-12-07 23:54

    Use https://graph.facebook.com/YOUR_USERNAME to get your page ID.

    In your iOS app use: fb://profile/[your ID] and the facebook app will open to your page.

提交回复
热议问题