[eluser]Devon Lambert[/eluser]
DISREGARD, Figured it out by mixing your auth library with Elliot Haughin's.
------------------------------------
Not sure if you’ve run into this, but with both your library, and Elliot Haughins Facebook Connect library I am experience redirect issues in Chrome whenever I authenticate using an FB:login-button. Checking around the console I discovered that it was screaming at me because of an unsafe Javascript attempt to connect to one secure url from my site’s non - secure url.
This seems like it would be a common scenario that many developers would run into, since you are not usually coming from a secure url until you’ve logged into a secure area of a site?
However, you never mention this in your tests. Basically this stops the authentication from occurring until I manually close the FB iframe and reload the page?
Any ideas?