Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 requested was not found" and forwards to an inaccessible link:

https://m.facebook.com/4oh4.php?id=282832318433409&_rdr

How come? I don't expect mobile version will be the same as desktop version, but I don't expect it reports the page cannot be found.

like image 523
Raptor Avatar asked Apr 02 '12 15:04

Raptor


2 Answers

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.

like image 107
Igy Avatar answered Oct 05 '22 21:10

Igy


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

like image 41
Michael Khalili Avatar answered Oct 05 '22 21:10

Michael Khalili