'Login with facebook using ReactJS
Login with facebook is added to my e-commerce website 'Dukany'.I am creating appID using my website's facebook.Once created Appid using that Login with facebook is Done.We get the output as response.Login with multiple users other than Dukany facebook is not get the response output.So how I login with multiple users to our facebook.
const responseFacebook = (response) => {
console.log(response);}
<FacebookLogin
appId="1382831445480860"
autoLoad={true}
fields="name,email,picture"
scope="public_profile,user_friends"
callback={responseFacebook}
icon="fa-facebook" />
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
