react-facebook-login
react-facebook-login copied to clipboard
Get white page after confirmation and won't close the popup
Hi,
I am using this to sign in with facebook and I get a white page in the popup after accepting the permission and it won't close and all confirmation don't work and when I close it i get status loginCancelled
but it was not.
I do use API v13.0
Code to reproduce:
const handleResponse = (response) => {
console.log("response", response)
}
return (
<FacebookLogin
appId="{APP_ID}"
initParams={{
version: 'v13.0',
xfbml: true,
}}
scope="public_profile,instagram_basic,instagram_manage_insights,pages_read_engagement,pages_show_list"
onFail={(e) => console.log('error', e)}
onSuccess={handleResponse}
onProfileSuccess={handleResponse}
/>
)
Facebook app only have Facebook login and Instagram app enabled. With correct redirect uri and Login with the JavaScript SDK
set to Yes.
The page in the popup window get white/gray after clicking Continue As ...
or Continue
at the popup
@greatSumini can you check this please? :)
@confact Thank you for report! I will check/fix it soon 👀👀 (in 3 days)
@confact I think it's facebook sdk's internal error.. I think it would be difficult to solve this problem right now 🥲
I have sent it in the bug report at facebook, still waiting for response.
this is related with facebook sdk