I am using all.js for facebook implementation. I used a facebook button on signup page . by logging through facebook i am getting user name and email of facebook user into the fields on sign up page. It's working fine on Chrome, Safari and Firefox but its giving error on IE8.
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.
|
|
Facebook's technological answer to this problem is "channel URL", a window on your domain, through which cross-domain, cross-frame requests can be made. Use FB.init and create a channel URL to overcome this problem. There may be other problems, too, though, IE8 is not generous with error messages. Try investigating in Chrome, what errors are logged in the JavaScript Console. Best of luck! |
|||||||
|