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 my app to have Sign In with Facebook or Twitter or Gmail. My app will not post on theire respective account, just a way of authorization or user creation for my app.

Is there any easy library to achieve that without hustle of SDKs or complex configuration.

Any suggestions or examples will be very much helpful.

share|improve this question
Facebook has a good example: developers.facebook.com/docs/howtos/… – Mike D Mar 8 at 14:53
2  
please read the FAQ - and then realize that the way to solve your problem is to investigate, then implement, the debug, then ask for help showing relevant code. IOW, the purpose of SO is not to do your research for you. – KevinDTimm Mar 8 at 14:53

1 Answer

up vote 3 down vote accepted

Check out this library. It allows you to implement numerous social networking sites using one simple library.

The API enables user authentication and sharing updates through different various social networks and hides all the intricacies of generating signatures & token, doing security handshakes and provide an easy mechanism to build cool social apps.

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.