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

socialauth-android: proguard errors when exporting apk

Using socialauth-android, when I try to export my project I get these warnings: Warning: org.brickred.socialauth.util.SocialAuthUtil: can't find referenced class javax.servlet.http.HttpServletRequest Warning: there were 111 unresolved…
stepic
  • 673
  • 9
  • 19
2
votes
1 answer

NoReverseMatch error with socialauth in Django

I have been struggling to implement facebook authentication with socialauth on a Django project. I keep getting this error: NoReverseMatch at /mysite/test Reverse for 'socialauth_begin' with arguments '(u'facebook',)' and keyword arguments '{}' not…
Kale Smith
  • 21
  • 2
2
votes
1 answer

How use SocialAuth with JSF to redirect?

I'm trying to use SocialAuth, the idea is very simple, click in log in with facebook then redirect the user to my website signed in. The log in part I get it, which is below : 1) /index.xhtml
Valter Silva
  • 16,446
  • 52
  • 137
  • 218
1
vote
0 answers

Openid Authentication failed: return_to does not match return URL

I am trying to login to gmail using social auth (openid) in django-python. I am getting following error while trying to login to gmail: OpenID authentication failed: return_to does not match return URL. Expected…
Paritosh Singh
  • 6,288
  • 5
  • 37
  • 56
1
vote
0 answers

RESTFul Single Sign on Java API for session less web application

I am using JBOSS RESTEasy api for my web application. I am right now using java socialauth api for single sing on service. My web application has no session implementation, everything as singleton. I am facing problem for maintaining session of…
Anand Soni
  • 5,070
  • 11
  • 50
  • 101
1
vote
1 answer

Why socialauth is giving class cast exception on provided parameter map?

SocialAuth getting started guide have following code sample: // get the auth provider manager from session SocialAuthManager manager = (SocialAuthManager)session.getAttribute("authManager"); // call connect method of manager which returns the…
Tahir Akhtar
  • 11,385
  • 7
  • 42
  • 69
1
vote
0 answers

What is the 2018 way to implement social media logins on Android?

I´ve implemented the Google and Facebook login manually, but the login buttons look differently so I was looking for a more convenient way to implement it. There seems to be the AuthUI.getInstance().createSignInIntentBuilder() which seems to be…
Marian Klühspies
  • 15,824
  • 16
  • 93
  • 136
1
vote
1 answer

Social login in IOS using Swfit

Well this is general question, what I want that If anyone login on my using Google-Auth/Email-Password login and I can gets it Facebook profile info's too? Is these steps are correct: Login with google and insert the entry in Firebase. On Profile…
Tanmay Verma
  • 263
  • 1
  • 3
  • 12
1
vote
1 answer

error:disallowed_useragent in google login using socialauth android

i am using SocialAuth for login Facebook and google it was working and Facebook is also working. but google is stopped from just few days it show me error That’s an error. Error: disallowed_useragent This user-agent is not permitted to make an…
1
vote
1 answer

SocialAuth Implementation

Hi I am implementing socialAuth code using the code provided in the following link. http://code.google.com/p/socialauth/wiki/GettingStarted. But when I use provider object (of class AuthProvider). It gives me compilation error during compiling…
coder
  • 319
  • 1
  • 4
  • 17
1
vote
0 answers

All user SocialAuth detail fields from Facebook are null

I am not getting any data except fullname and profile-imageurl. I am trying to get details from my Facebook account. And I make email, date-of-birth public. Even, I am not getting any details. In propeties file: facebook …
1
vote
2 answers

Not able to get userDetails from facebook using SocialAuth

I'm using SocialAuth library for integrating fb/linkedin. I've logged in successfully but i am to able to fetch user profile. My Code is given Below : public class MainActivity extends Activity implements View.OnClickListener{ Button…
Brucode
  • 205
  • 1
  • 3
  • 12
1
vote
0 answers

SocialAuth verison 4.8, Facebook graph API V2.2

I have upgraded SocialAuth verison 4.8, which includes Facebook graph API V2.2, but how will I ensure that for social login it is using facebook verison v2.2. Thanks
Atul
  • 1,157
  • 2
  • 16
  • 28
1
vote
2 answers

Rest APi implementation with social authentication

How can I implement a java backend probably on top of Spring, we will use only REST api's to access backend. user can login through standard login/password, and social authentication (facebook, google etc.). Is there a standard oauth2 implementation…
hutututu
  • 239
  • 1
  • 4
  • 11
1
vote
0 answers

SocialAuth - Can't get location through Facebook

I am currently attempting to generate a user profile in an Android application through the users existing social network data. I am using the SocialAuth library to login and pull the data out of the application and populate some text fields in a…
Mr. Espresso
  • 261
  • 4
  • 12