pitchtarget / ember-cli-facebook-js-sdk

Simple Facebook SDK for Javascript addon for your Ember CLI app.
MIT License
29 stars 15 forks source link

fb login popup block #19

Closed jfrux closed 7 years ago

jfrux commented 7 years ago

Anybody know how to get the popup blocker to not engage due to the FB.login not being called in response to a direct click?

bugant commented 7 years ago

I don't think it's possible. The only solution that comes to mind is to get rid of the Facebook button and perform the login by invoking FB.login from a custom (i.e. normal HTML) button.

jfrux commented 7 years ago

Yikes :(