Here is the Test URL: http://yunotest.com/fb-test/first/
Essentially, using the Javascript SDK to create an account on an ExpressionEngine site, but I have dumbed the above page down as much as possible.
Two issues. When first Logging In to Facebook, we get the old "Error: FB.getSession incompatible with OAuth2." error message. I thought Facebook fixed this, but apparently not. I would report it, but their Bug Reporting system will not let me submit bugs. We also get an "Unsafe JavaScript attempt to access frame with URL" message.
Second issue. When we click the Registration bug there is the "This is a non-secure form" popup from the browser. That is unacceptable. I have hunted around and it seems since Facebook is forcing https with its frames and our redirect URL is http, it is throwing this message. Any way around this?