Facebook SDK : Page Tab App returns not found in mobile Facebook App

前端 未结 4 1590
半阙折子戏
半阙折子戏 2021-01-02 15:35

I got a Facebook Page Tab App (using Timeline). It works fine in desktop version of Facebook, but when its Wall Post is clicked in Facebook App, it returns \"The page you re

相关标签:
4条回答
  • 2021-01-02 15:48

    You can work around this problem by using a Canvas Page to redirect mobile users to a mobile site and desktop users to the page tab.

    Detailed instructions here: https://stackoverflow.com/a/15860533/121285

    0 讨论(0)
  • 2021-01-02 15:51

    Page tabs apps are not supported (as of April 2012 anyway) on mobile browsers - mobile apps are, but they're not tied to the Page and need to be manually linked-to or bookmarked, the tab functionality simply doesn't exist now.

    0 讨论(0)
  • 2021-01-02 15:58

    You can access to your app using the next link https://apps.facebook.com/YOUR-APP-ID

    In this way, you can access from a desktop or a mobile with no problem

    0 讨论(0)
  • 2021-01-02 16:03

    Tabs aren't supported via the app or mobile site. Best you could do is add the query parameter "ref=ts" to prevent the page from switching to mobile. It helps in the browser but not the app itself.

    So add ?ref=ts to the end of your app url and at least mobile users can see it in their browser.

    http://facebook.stackoverflow.com/a/10833366/461119

    0 讨论(0)
提交回复
热议问题