Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Authentication versus Google, Facebook, Twitter with community SDK

we're developing one service to be integrated with various social networks and would like to allow users to be authenticated with their facebook-google-twitter-etc accounts in a simple one-click way.

Most of the huge network providers permit to do it with their proprietary APIs, but for small group of programmers as we are to support all of them is very difficult problem.

We are searching for some community project which implements most of the proprietary API authentication methods to be included in our small website.

The developing language is not of huge importance, but it would be great to find one written in PHP.

Thank you.

like image 333
Igor Avatar asked Aug 08 '10 12:08

Igor


People also ask

What Facebook uses for authentication?

When you set up two-factor authentication on Facebook, you'll be asked to choose one of three security methods: Tapping your security key on a compatible device. Login codes from a third party authentication app. Text message (SMS) codes from your mobile phone.

Is it safe to login to twitter with Google?

Using the option to sign in with Google is safe. Google's strong security and OAuth system provide better protection than current poor password practices.

Does Facebook login use OAuth?

Facebook work on the OAuth 2.0 protocol and most of the social providers like Facebook, Google, Microsoft, Linkedin are supporting OAuth 2.0. Refer to this article Getting Started with OAuth 2.0 to know about OAuth flow.


2 Answers

Maybe this is something you're lookin' for:

https://rpxnow.com/

They also have a free priceplan, and a paid one to access the noticed API's for some cool data.

like image 76
Ronn0 Avatar answered Sep 21 '22 13:09

Ronn0


Recently I've found some more socialauth applications

  • The HybridAuth Lib: http://hybridauth.sourceforge.net/
  • The SocialAuth: http://code.google.com/p/socialauth/
  • The DotNetOpenAuth: http://www.dotnetopenauth.net/
like image 43
Igor Avatar answered Sep 22 '22 13:09

Igor