1.0.4 • Published 6 years ago

fb-continue-as-button-react v1.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

facebook-continueAs-react

Usage:

FBbutton = FBbutton('YOUR_API_KEY');

  const style = {
    position: 'absolute',
    bottom: '20px',
    left: 'calc(50% - 132px)'
  };

 // In your render function

 <FBbutton style={style} href='/oauth/facebook' preventDefault={true}>

Props: