0

Is there any way to login with Facebook and get information by OAuth using ReactJS? I did it with JavaScript SDK, but haven't found any ways yet with React

2
  • That's how you do it, regardless of other tools you're using. Commented Oct 9, 2015 at 6:03
  • 1
    If you are looking for something like react packages, check react-native-facebook-login or react-facebook-login on NPM. Commented Oct 17, 2015 at 11:15

1 Answer 1

0

I've also been searching for methods to do this properly. The only react component available is react-facebook-login and it doesn't play well with isomorphic applications.

So, because the isomorphic apps have different ways of rendering on the server side, I found that the only way available at present is to do it manually, to fit it in the application.

For client-only application, you can inspire from this other thread.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.