Facebook authentication violated for home screen web screens! +

Facebook connect.js js api cannot work with webapps home screen when using meta name = "apple-mobile-web-app-able" content = "yes" (to remove all mobile safari ui)

After authentication, I remain on the white screen, I think, because it cannot return to the application screen.

The code works great in every browser and mobile safari.

Any solutions that work with http://connect.facebook.net/en_US/all.js ?

EDIT: In my search, I found this question several times on fb boards. No one has yet voiced a good solution, even a closed error, without any useful information http://bugs.developers.facebook.net/show_bug.cgi?id=15512

+5
source share
1 answer

the white screen is a redirect error - this is a call to xd_proxy.php, can you confirm? If so, you should upgrade your connect.js code to the latest available, and it will start working again.

0
source

All Articles