Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is the following the right way to go, to login to a backend running App Engine(Could be any) with a Facebook account.

Scenario one:

  1. Login to facebook
  2. Get the token from the Facebook SDK (how do you get the token?)
  3. Use the Facebook token to send to the backend server
  4. On the backend, use the token send from the client to verofy the user on Facebook
  5. If 4 is a valid user, then create the user on the backend with username and token.
  6. Any further communication with the backend - the backend could then validate the user just on the backend with the user and token created on the backend.

At sone point, I thought of doing the following:

  1. Login to Facebook
  2. Have facebook redirect information to the backend
  3. Have the backend create user from any Facebook information
  4. Let the facebook login process return to the client/ios
  5. Then the user should use this token and user information to login to the backend.

Hope it make sense.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.