keppelen / react-facebook-login

A Component React for Facebook Login
1.19k stars 403 forks source link

popout not close in progresive web app (Standalone web app) (Mobile) (Real device) #261

Open HabelJustin opened 5 years ago

HabelJustin commented 5 years ago

params i passed to component

<FacebookLogin
appId={FACEBOOK_APP_ID}
fields="name,email"
autoLoad={false}
cssClass="social-auth btn facebook"
disableMobileRedirect={true}
callback={this.responseFacebook} />

react-facebook-login version: ^4.1.1 standalone added through: Chrome 73.0.3683.90

unresolved_popout_window

nathanhfoster commented 5 years ago

I have the same issue. It works perfectly on a desktop browser but on mobile the pop-up url is prefixed with a m. (https://m.facebook.com/dialog/oauth?client_id=.....) and it claims that the domain url isn't included.

rotimi-best commented 4 years ago

I also have this issue. Any work around please?