6

I don't see any requirements aside from the registration one here: https://developers.facebook.com/docs/guides/mobile/web/#register

I've set the Mobile Web URL to the secure canvas url, but am receiving the error Mobile version of the app WishGenies is unavailable because it is misconfigured for mobile access

The only other thing I see presumably has to do w/ the Auth Dialog page, but that just renders a blank screen for me.

Any suggestions?

Jeff D
  • 2,164
  • 2
  • 24
  • 39
  • The auth dialog page loading blank is unrelated and should be fixed shortly - where are you seeing that other message and what are you doing to trigger it? – Igy Dec 09 '11 at 09:36

4 Answers4

4

Ok, so I finally figured out a little about this problem...

Somehow, when the request sends a referrer you get this error ( like a link through a http site ) linking from a https site, or getting the referrer out results in a correct redirect to the mobile site ...

4

Removing "app-domains" from your basic Facebook Settings will fix this problem.

Facebook bug: http://developers.facebook.com/bugs/124226157757972

Crashthatch
  • 1,283
  • 2
  • 13
  • 20
2

The URL for the mobile version of your app must be distinct from the URL for your desktop app. It's a weird constraint, but that's probably what's keeping your app from working.

Colin Creitz
  • 311
  • 1
  • 9
1

I had to set Mobile URL to blank under Basic App Settings. And also I had to add rel="noreferrer" on my website. I believe this makes the Mobile URL referrer match the actual referrer because they are both an empty string.

It would probably also work if you had a mobile site URL other than your desktop site and the referrer matched when you direct users to Facebook.