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
28
votes
2 answers

How to add multiple redirect URIs for Google OAuth 2?

I am trying to make Google OAuth 2 authentication work with a toy app I am running on my computer (at localhost:8080) using Social Auth for Java. However when my app connects to Google to authenticate the user, Google responds with this error…
Behrang
  • 46,888
  • 25
  • 118
  • 160
9
votes
1 answer

Socialauth-android get oAuth-token and use account information on device

I am using the socialauth-android library to log users in with Facebook, Twitter and LinkedIn. So far I couldn't find a way to get the oAuth-token back. Is there a way to access it without reimplementing parts of the library? Also, when I want to…
Till S
  • 455
  • 5
  • 15
8
votes
3 answers

What are the main differences between Socialauth, Scribe-Java, and Spring Social?

I am new to OAuth, but want to find a good way to start, and use a library that has wide support What are the benefits and disadvantages of the following (there are probably more, but these are the Java based that I have found so…
Eran Medan
  • 44,555
  • 61
  • 184
  • 276
8
votes
1 answer

Error in mounted hook: "Error: An AuthUI instance already exists

I building a single page app using Vuejs and using Firebase for authentication. So far I got sign in and sign up to work with no problems. The issue I am having now is with Social Authentication. When I load the sign up page the social buttons…
KD1
  • 107
  • 1
  • 15
8
votes
3 answers

Which Java library should I use for authentication through Facebook, Gmail, local auth, etc.?

Which Java library do you recommend to implement authentication in a Java web app (just servlets & JSPs)? We want to offer the most common authentication providers (Facebook, Yahoo, Gmail, etc.) and also local account registration. I have found…
Óscar
  • 650
  • 1
  • 4
  • 16
8
votes
1 answer

How to get friend list of twitter using Social Auth in android?

I am using Social Auth Api for twitter integration. It is working fine, but I am not getting any method to get friend list (By friend list i mean list of friends following me) from twitter. Is this possible to get this from Social Auth or do I need…
Meenal
  • 2,879
  • 5
  • 19
  • 43
8
votes
2 answers

socialauth android ResourceNotFound

I am implementing socialAuth android in my application. But when i click my share button there is a error: 01-07 19:25:27.308: D/SocialAuthAdapter(4167): Selected provider is facebook 01-07 19:25:27.308: D/SocialAuthAdapter(4167): Loading keys and…
kort.es
  • 479
  • 2
  • 7
  • 26
6
votes
3 answers

What's the best and most recent social authentication plugin for Django?

There are plenty of them out there but a lot of them are old - can anyone recommend a plugin which they recently implemented? The only thing I really care about is gmail/yahoo, facebook and twitter are optional. EDIT: To address the…
meder omuraliev
  • 183,342
  • 71
  • 393
  • 434
5
votes
3 answers

django-social-auth incorrect authentication service

I was trying to use django-social-auth today, but turned out I got an error everytime I tried to login using it. I was using the example found in its git master branch, put in my facebook keys, but when I click to login using facebook, the error…
Uriel Bertoche
  • 883
  • 2
  • 13
  • 23
5
votes
2 answers

Django-Socialauth or django-social-auth, which one is the best?

I am looking for a Django application to implement Facebook-connect, and I have found 2 options that look pretty stable: https://github.com/agiliq/Django-Socialauth/ https://github.com/omab/django-social-auth They seem to be forks of each other,…
5
votes
3 answers

Django-Socialauth - How to associate multiple authentication providers to a single user account

Django-Social in its feature list claims that it supports associating multiple authentication providers to a single user account. I can't seem to figure out how to use that feature. When I try to login using a new authentication provider it…
Sarvi Shanmugham
  • 487
  • 4
  • 13
5
votes
3 answers

Facebook status not updated. Error 403, authentication error, SocialAuthException in Android

I have created an Android application, in that the authorization with Facebook is done fine, but when I tap on the update status button it shows exception. It returns status code 403. Code is: if (providerName.equalsIgnoreCase("facebook") …
Nirav Dabhi
  • 341
  • 1
  • 7
  • 29
5
votes
1 answer

how do i connect multiple social auth providers to the same django user using django-allauth?

can connect to facebook and twitter, but how do i connect a normal django user to both his facebook and twitter networks, so that the next time he has the option of logging in through any 1 of the 3 and i can utilise information from both the…
ajish
  • 183
  • 2
  • 8
4
votes
1 answer

Hybridauth Facebook login on mobile devices using native app

I have a wordpress site using hybridauth to allow users to login with Facebook. However, on mobile devices, it opens a new mobile browser asking for the facebook login data. Is there a way to use the native Facebook app on the iphone / android for…
user670186
  • 2,588
  • 6
  • 37
  • 55
4
votes
8 answers

How to fetch a profile picture of a Google Plus account?

I'm kind of building a website and I want to allow Google login. I don't want my customers upload their profile pictures again to my website. I have some clue on how to do it with facebook, but how do I fetch a profile picture from a google plus…
Janakiram
  • 312
  • 1
  • 5
  • 12
1
2 3
10 11