react-facebook-login
react-facebook-login copied to clipboard
How's the mobile support and the suggestion
At first glance, the source code is based on keppelen/react-facebook-login. And there is a big unsolved issue on Mobile, especially newer iOS safari.
The more interesting is that you remove the isMobile
and disableMobileRedirect
in this package.
That comes the question, how did you slove It?
I think this is the most interesting thing that encourage others to use this package, and you might want to add in Readme 😄
By the way, I didn't use official version, because the bad typescript support, I need to use the fork version to get render
. Hope this package could replace successfully 👍
Didn't catch that issue.. I will try to solve it! thank u for interest! 😃
I just tested on iOS and it's working with tihs package.
By the way, I didn't use official version, because the bad typescript support, I need to use the fork version to get
render
. Hope this package could replace successfully 👍
this package also supports render
.
Any updates on this? Still broken for in-app browsers which is what the original issue states.
I think additional documentation is now needed, since the onSuccess and onFail functions are not applicable anymore when using useRedirect
Hi for my - the fb login in Facebook bowser didn't work.
this is my config:
{ <FacebookLogin
appId={config.FACEBOOK_LOGIN_CLIENTID}
autoLoad={false}
useRedirect={true}
fields="name,email,picture"
onProfileSuccess ={componentClicked}
onSuccess={responseFacebook}
onFail={handleFailureSignup}
style={{
backgroundColor: '#4267b2',
color: '#fff',
fontSize: '16px',
padding: '12px 24px',
border: 'none',
borderRadius: '4px',
}}
/> }
any advice how to solved it? @greatSumini
It doesn't work for me either. In the desktop browser, it opens a pop-up to perform the login, if it tries to do the same in an embedded browser it will fail, which is what I think is happening.