react-facebook-login icon indicating copy to clipboard operation
react-facebook-login copied to clipboard

Get white page after confirmation and won't close the popup

Open confact opened this issue 2 years ago • 4 comments

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

confact avatar Apr 26 '22 11:04 confact

@greatSumini can you check this please? :)

confact avatar Apr 26 '22 13:04 confact

@confact Thank you for report! I will check/fix it soon 👀👀 (in 3 days)

greatSumini avatar Apr 27 '22 14:04 greatSumini

@confact I think it's facebook sdk's internal error.. I think it would be difficult to solve this problem right now 🥲

greatSumini avatar May 01 '22 14:05 greatSumini

I have sent it in the bug report at facebook, still waiting for response.

confact avatar May 20 '22 08:05 confact

this is related with facebook sdk

greatSumini avatar Dec 04 '22 15:12 greatSumini