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.

I want to implement an app which uses facebook login to enter the app. How can I do this. I have seen few guidelines like this https://developers.facebook.com/docs/howtos/login-with-facebook-using-ios-sdk/

I want to support ios 3.0 and above But really confused how to implement this. Can some one point some useful tutorials ?

Thanks

share|improve this question
Use sharekit. It will solve most of your problems. – S.P. Oct 10 '12 at 20:25
I am already using sharekit in my project. But confused how to implement login using that. Can you please give soem hints? – Zach Oct 10 '12 at 22:45
Basically you want someone to login to facebook. If facebook says login successful, then the user is considered to be logged in to your app as well? Is that correct? – S.P. Oct 10 '12 at 22:49
yes, I want the same. – Zach Oct 10 '12 at 23:01
Please accept my answer if it answers you, If not please comment and I'll try to help. – Idan Oct 11 '12 at 20:35

2 Answers

What you are looking for is called SSO (single sign on) for Facebook. You can use Facebook code as a starting point called Hackbook.

You would have a serious difficulties supporting iOS 3.x because Apple doesn't support it anymore, With the new xCode you can submit apps from 4.3 and above so consider if you want to waste your precious time debugging on something irrelevant in most cases.

share|improve this answer

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.