Reputation: 53
When testing a FB app I created, I was able to authorize the app on all browsers but IE9 where the browser displays the attached screen again when clicking 'Go To App' button.
I am using PHP FB SDK, the latest version.
Tested in FF and Chrome and is working, any ideas?
Edit: It seems a bug with FB: http://developers.facebook.com/bugs/434269633305911?browse=search_50acc066047f50931832838
Upvotes: 0
Views: 101
Reputation: 1655
This is JavaScript problem. Use authorization without js. Authorization in server-side the best because is independent of the browser.
Upvotes: 1