chok / sfMelodyPlugin

Allow to communicate with many services(google, yahoo...) throw OAuth
MIT License
45 stars 21 forks source link

Facebook popup login #60

Open Notheros opened 11 years ago

Notheros commented 11 years ago

I want to load the Facebook login page within a pop-up. I already set 'popup' on display parameter and I'm using JS to open a pop-up with it. But I have no idea how I can close the pop-up and load the callback on the parent page after I click login.

Anybody know how to do this?

Thanks!