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.

we are developing a platform with web and one iphone application. We have our own system for authentication but we want to improve it in order to support facebook and twitter login.

Through the web we haven't any problems, but through the mobile application we don't know how to manage correctly the facebook login and we don't find any tutorial or cookbook that explains what are the steps to do it in a good way.

Should the iphone application request the token from facebook and then send it to the server? Or is better take the facebook_id and then send it? Since we don't want to have two different accounts for the same person, is it necessary to check if the emails is already in database?

Any help would be much appreciate or at least one guide / tutorial in order to read about this topic.

Thanks!

share|improve this question
Here's a link that I found useful: – paiego Jan 12 at 0:09

1 Answer

up vote 1 down vote accepted

"Any help would be much appreciate or at least one guide / tutorial in order to read about this topic."

For the Facebook authentication for iOS, see: https://developers.facebook.com/docs/reference/iossdk/authentication/

share|improve this answer
+1 This is helpful. Do you know of any docs that explain the correct configuration of the FB App? – paiego Jan 11 at 23:54

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.