-
Notifications
You must be signed in to change notification settings - Fork 405
Open
Description
I am trying to use the autoload function, but whenever the facebook login popup appears its errors out because the scope permissions isnt specified. I took a look at the url when the autoload facebook login appears and it is missing the scope parameters. Is there anyway to fix this? not sure if this a api bug or something on my end that i I'm missing. Thanks
<div>
<FacebookLogin
appId={APP_ID}
callback={responseFacebook}
autoLoad={true}
scope={["read_insights",
"pages_show_list"]}
render={renderProps => (
<button onClick={e => {
console.trace();
}
}>Login via FB</button>
)}
/>
</div>
);
Metadata
Metadata
Assignees
Labels
No labels