Muotaz
Muotaz

Reputation: 53

Can not authorize a FB application on IE9

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

Answers (2)

Muotaz
Muotaz

Reputation: 53

it was a bug with FB and was resolved this morning.

Upvotes: 0

user1803477
user1803477

Reputation: 1655

This is JavaScript problem. Use authorization without js. Authorization in server-side the best because is independent of the browser.

Upvotes: 1

Related Questions