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.

I'm trying to view a FB App but it fails with the next error:

Unsafe JavaScript attempt to access frame with URL https://www.facebook.com/dialog/ from frame with URL URL. Domains, protocols and ports must match.

What can I do to solve it? This happens only in Chrome.

I deleted some of the info from the error, which is not necessary.

share|improve this question
Is your application running on https ? – Eswar Rajesh Pinapala Aug 23 '12 at 16:54
No it doesn't, does it have to? – Guy David Aug 23 '12 at 16:55

1 Answer

up vote 1 down vote accepted

I guess this is the problem with SSL

See : https://developers.facebook.com/blog/post/497/

for

Today, we are announcing an update to our Developer Roadmap that outlines a plan requiring all sites and apps to migrate to OAuth 2.0, process the signed_request parameter, and obtain an SSL certificate by October 1.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.