Questions tagged [socialauth]

Java Library for authentication, getting profile, contacts and updating status on Google, Yahoo, Facebook, Twitter, LinkedIn, and many more providers

SocialAuth is a Java library (.NET port & Android version available) for you if your web application requires:

  1. Authenticating users through external oAuth providers like Gmail, Hotmail, Yahoo, Twitter, Facebook, LinkedIn, Foursquare, MySpace, Salesforce, Yammer as well as through OpenID providers like myopenid.com.

  2. Easy user registration. All you need to do is create a page where users can click on buttons for the above providers or other supported providers. Just call SocialAuth and you can get all their profile details.

  3. Importing contacts from Google, Yahoo or Hotmail. Support for importing friends from Facebook, followers from Twitter and contacts from LinkedIn is available, but currently Facebook, Twitter and LinkedIn do not provide email addresses. UPDATE: Hotmail has stopped providing email addresses.

155 questions
-1
votes
2 answers

how to get unique id and profile info in social auth in integration for facebook

i have implement social auth for integration of facebook now i want to get user profile info and unique id .I have get access token but unable to get user profile info .I have implement it by following public class SignUp extends Activity…
Deep Singh
  • 147
  • 1
  • 3
  • 16
-1
votes
1 answer

how to update status in social networks separately using Socialauth in android

My application have three Login/Logout button and 3 sharing buttons. I am able to log-in and log-out from the social networks using social auth. but I am not able to share or update status separately in social networks. Functionality User is …
Tarun Sharma
  • 824
  • 1
  • 11
  • 24
-1
votes
1 answer

ClassCastException while integrating socialauth 4.7 and socialauth-spring 2.6 with spring 4

I am trying to integrate socialauth 4.7 and socialauth-spring 2.6 with Spring 4.0.0 and tomcat. I am able to do "clean install" but getting following exception while running tomcat. Are these version compatible? java.lang.ClassCastException:…
-1
votes
2 answers

android social-auth query

I want to implement social authentication in android. I have gone through android-social-auth . I found that it dose not support 2.2 froyo. Please suggest me library which support android 2.2 froyo. Thanks in advance
mitesh patel
  • 73
  • 2
  • 8
-2
votes
1 answer

I need to setup an app that uses Postgres and Python Social Auth?

I am starting to develop an app using Django as a framework. I will be using Python Social Auth https://github.com/omab/python-social-auth to login using Facebook. The app will use Postgres as a database, therefore I am looking for guidance in the…
Jorge Zavala
  • 3
  • 1
  • 3
1 2 3
10
11