Having trouble logging into my facebook app using Internet Explorer with the Facebook Connect feature.
The standard code I'm using can be found here - http://jsfiddle.net/M74qN/
Encountering two problems:
Line: 23
Char: 3884
Error: Permission denied
Code: 0
URL: MYDEVELOPMENTSITE.LOCAL
Additionally, receiving a Facebook error:
An error occurred with my-facebook-app. Please try again later.
API Error Code: 100
API Error Description: Invalid parameter
Error Message: redirect_uri URL is not properly formatted
Login functions without issues in Firefox & Chrome.
Any suggestions on what might be going wrong?
Edit - Came across this link which may be related -
Considering that if this was affecting all Facebook Connect implementations on IE, there would probably be more information/complaints online.
Also noticed a similar error on Hulu but it still allows me to authorize the app, unlike mine.
EDIT 2 - Upon clearing cookies and rechecking - the Facebook error changes to
Invalid Argument
Given URL is not allowed by the Application configuration.
Link to the page displaying this error -
Suspecting the issue lies with the redirect_uri%3Dnull in the url params.
Unsure how to modify that or why it's only an IE problem.
By the way, the Facebook developer forums are extremely unhelpful.