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

前端 未结 4 1607
半阙折子戏
半阙折子戏 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 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

提交回复
热议问题