davidwittenbrink / facebook-login

A web component for the Facebook login button
http://davidwittenbrink.github.io/facebook-login
32 stars 51 forks source link

polymer dom global variable #12

Open lequem opened 7 years ago

lequem commented 7 years ago

when the global polymer option 'dom': is set to 'shadow', the FB.customCheckLoginState is not called after login.

Juste add the following lines:

<script> window.Polymer = { dom: 'shadow' }; </script>

in the head section of the demo file to reproduce.

Best regards,

mohit-swe commented 5 years ago