Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facebook authentication using Parse #3

Open
lsavage92 opened this issue Aug 5, 2015 · 1 comment
Open

Facebook authentication using Parse #3

lsavage92 opened this issue Aug 5, 2015 · 1 comment

Comments

@lsavage92
Copy link
Contributor

No description provided.

@wezleytsai wezleytsai added this to the Authentication milestone Aug 5, 2015
@wezleytsai wezleytsai changed the title Figuring out Authentication Facebook authentication using Parse Aug 6, 2015
@dvc94ch
Copy link
Contributor

dvc94ch commented Aug 13, 2015

So I took a look at what's involved here. Basically the signup/signin functionality we created would be replaced with a login with facebook button. This could be implemented using hello.js.
http://adodson.com/hello.js/#quick-start
After that the user factory only needs a signin. The signin only needs to post the following fields, that should be retrievable using hello.js:

"authData": {
          "facebook": {
            "id": "123456789",
            "access_token": "SaMpLeAAibS7Q55FSzcERWIEmzn6rosftAr7pmDME10008bWgyZAmv7mziwfacNOhWkgxDaBf8a2a2FCc9Hbk9wAsqLYZBLR995wxBvSGNoTrEaL",
            "expiration_date": "2012-02-28T23:49:36.353Z"
          }
        }

If the user already exists we'll get a 200 response and if not a 201.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants