I know that SSO is possible for web application, so I want to is there any possibility to implement single signon using facebook account for iPhone application i.e. if some one has account in the facebook he should be able to login in my iPhone application also using his facebook credentials. If not facebook then which other social networking sites we can achieve SSO for iPhone application.

link|improve this question
feedback

2 Answers

up vote 5 down vote accepted

To get the facebook userid and other user information using new facebook graph APIs and this userid you can use to create new user in your server because this is a unique id for facebook users. You can get the sample code here.

link|improve this answer
feedback

@ishark This might help ... SSO iOS or this document

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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