Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

For example, the following URL shows the app in a tab:

https://www.facebook.com/just.to.get.a.rep?sk=app_203403406338325

But when on a mobile device it redirects to the mobile site and does not show the tab or even have a link to it:

https://m.facebook.com/just.to.get.a.rep?sk=app_203403406338325

I even have the application tab set as the Default Landing Tab for this page, but cannot get the pap to show for the page. Is there another format we need to develop for the App to support mobile? Ideally we would like to show the tab on iPhone app and other mobile viewing.

share|improve this question
On that external page, is there any way to force users to Like the facebook page? – user1211855 Feb 15 '12 at 16:29
You can't ever force users to like a page, but you can certainly add a Like button on an external page. – ice cream Feb 15 '12 at 18:06

3 Answers

up vote 8 down vote accepted

There's not currently any way to see App-provided Page tabs on the m.facebook.com site

Mobile web apps are supported, 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.

share|improve this answer
Is Facebook saying if these might be included in the future? I was at a presentation from a Facebook rep this weekend where he said that 50% of users are accessing via mobile... – ice cream Aug 29 '11 at 12:12
1  
I'm not aware of any plans to change how this works (but don't want to rule it out either). If we have something to announce it will likely appear on either the Roadmap ( developers.facebook.com/roadmap ) or Developer Blog ( developers.facebook.com/blog ) – Igy Aug 29 '11 at 16:39

If you're in control of the link the user clicks on to reach your fanpage/pagetab-combination, then try adding a GET parameter ref=ts

h++ps://www.facebook.com/just.to.get.a.rep?sk=app_203403406338325&ref=ts

Apparently this prevents the redirect to the mobile version of facebook.

share|improve this answer
Works as advertised! Thank you. I was getting 404, but simply adding ref=ts in my redirect URLs (I force users to use my app as a page tab) fixed it! – Guillaume Boudreau Sep 10 '12 at 22:44
That's huge! Works great thanks! – Dante Cullari Jan 9 at 22:59
Thanks for this find! – fideloper Apr 1 at 16:38

Currently you can develop application functions such as app authorisation but sadly no, you can't display standard iFramed tab apps, I suspect this is because of slow 3G data speeds and the fact that Facebook wouldn't want the mobile experience being any slower than it already is (dependent on external hosting etc).

Many of my larger clients are begging for it. The only workaround I use is to build an external page with the same content used in the iFrame - then you can direct users to the tab or mobile users to an external link.

share|improve this answer

protected by Community Aug 24 '12 at 20:14

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.