Created By
Manoj Kumar Dhar
02/02/2012 10:18pm

Subscribers (1)

BugsI get this error on IE when i use FB.INIT

  • Status: Fixed
  • Priority: None
  • Updated: August 29, 2012 at 12:19pm
Latest response from Facebook
Jeff Bowen
A fix for this issue was pushed in February. Thanks for the report.
Status changed to Fixed · August 29, 2012 at 12:19pm
Dipam Patel
Thanks for the report. We are looking into this.
Status changed to Assigned · February 5, 2012 at 10:26pm
Dipam Patel
Hi Manoj,

I tried on Win7 + IE8/Chrome16 browsers but I am blocked on Step#4 as 'Checkbox' for terms & condition is not clickable.

Can you please check this at your end?

Once you have prepared this information, you can add it to this bug using the "Add More Info" button to the right. Commenting on this bug will not re-open it. If no further information is provided within seven days, we will automatically close this bug.

For some tips, check out the "Submitting great bug reports" section of this blog post: http://developers.facebook.com/blog/post/466 - this gives an overview of the sort of information which helps us process bug reports.
Status changed to Need More Info · February 2, 2012 at 11:01pm
I am working for my client and am creating a facebook app, where we are populating user's facebook albums. which works fine on safari, chrome and Mozila but give the following on IE:
An error occurred. Please try again later.

The API i am requesting is given below:

FB.init({
appId : appid, // App ID
channelUrl : '//HOST_NAME/channel.html', // Channel File
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
oauth : true //, // enable OAuth 2.0
//xfbml : true // parse XFBML
});
Please help me on this as i am facing this issue for last three days and could not find any definite solution to this.
1 person can reproduce this issue by following these steps
Repro