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
vote
0 answers

Can't use website domain as tomcat host name with port 80

i am trying to run social auth library on my machine, so i followed steps in this link: http://code.google.com/p/socialauth/wiki/HowToRunApplicationWithLocalhostOnWindows in hosts file changed the binding of localhost: 127.0.0.1 …
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
1
vote
2 answers

SocialAuth.net VS DotNetOpenAuth

browsing in this website, i found some interesting suggestions. SocialAuth.net and DotNetOpenAuth. i started using SocialAuth. It's very simple to use and it worked (i only tried with google so far thou). My only problem with this library is that it…
1
vote
1 answer

SocialAuth java library not working as expected (using NetBeans)

I'm trying to run the socialauth spring sample (http://code.google.com/p/socialauth/wiki/SpringSample) but when I'm trying to connect with facebook the socialAuthTemplate.getSocialAuthManager() call from SuccessController.java returns null. I can't…
0
votes
1 answer

SocialAuth java library working with google account

I'm facing an issue in socialAuth java library. I used that library for logging to my app by using social networks. Login with Facebook is working properly. But when i try to use google and yahoo is does not work for me. Error occur when after…
Amila
  • 243
  • 1
  • 10
  • 24
0
votes
1 answer

Is it possible to use Socialauth without Spring/Struts/Seam?

I would like to avoid any lock-in and it seems to me that Socialauth is limited to the major frameworks, is there a way to use it in other frameworks (or no framework). e.g. I would like to be able to use it in Play / Lift etc
Eran Medan
  • 44,555
  • 61
  • 184
  • 276
0
votes
1 answer

twitter does not work in django socialauth

I am using django socialauth of OMAB, I am using the example works next to the file have not changed anything, but I put it in local_settings.py: TWITTER_CONSUMER_KEY = 'Mk' this is no real TWITTER_CONSUMER_SECRET = 'MTw' this…
oscar
  • 1
  • 2
0
votes
2 answers

django socialauth twitter , google oauth , facebook does not work

This is my first post, and I have a problem I could not make it work django OMAB socialauth of three things I just need to google, facebook, and twitter, google works well with open id, but not much twitter and I put in my settings.…
oscar
  • 1
  • 2
0
votes
1 answer

Handling sessions in JSF while working with socialauth API, for login

I have been working with social auth API in JSF, for getting an login with facebook, I dont know whether am creating a session properly. I have searched some stuffs form internet and doing it. Now i have caught up with some error. according to…
Karthikeyan
  • 757
  • 3
  • 11
  • 25
0
votes
0 answers

Can't log in to Google with Cypress: read-only property

I’m trying to automate social login to Google. `export const loginToGoogle = () => { loginPageLocatorManager.getContinueWithGmailButton().click(); const googe_auth_url = Cypress.config().socialAuth.googleAuthURL; const google_client_id =…
0
votes
1 answer

org.springframework.beans.factory.BeanCreationException in SocialAuth (Spring)

I am trying to set up SocialAuth, defined by the website as: "Java Library for registration and authentication through Google, Yahoo, Facebook, Twitter, LinkedIn, FourSquare, MySpace and other Open ID providers" It is supposed to work like on…
James
  • 1,237
  • 2
  • 20
  • 32
0
votes
1 answer

SocialAuthManager object ('manager') becomes NULL after redirection in case of SocialAuth libraries with JSF application?

I am using SocialAuth libraries in my JSF application for providing 'login with google/facebook'. As shown below it requires me to stores the SocialAuthManager object ('manager') in the session and then redirect to 'google/facebook' URL //Create an…
Abhishek Dhote
  • 1,638
  • 10
  • 41
  • 62
0
votes
1 answer

How to show user a form to set username when using django with django-social-auth

I've been using django-social-auth (https://github.com/omab/django-social-auth), with some success - logging in from Twitter and Facebook have been set up without difficulty. However, when I log in from some OpenID providers, I am faced with an…
jvc26
  • 6,363
  • 6
  • 46
  • 75
0
votes
1 answer

django-allauth facebook login issue with facebook accounts that is not connected to any email address

I have a site where users have to login only using facebook. Most of time it works fine. But sometimes, when user logins with facebook, it again asks for email address. But I have a new issue. Those facebook made with mobile number and not any email…
0
votes
2 answers

Login using google in asp.net 4 with SocialAuth-net

I am trying to implement social auth from the following link. But I am getting error on the config section of web.config, the following lines in the example: ...
Jayesh
  • 1,511
  • 1
  • 16
  • 37
0
votes
0 answers

Activity has leaked window that was originally added here in socialAuth

I am fairly new to android. I am getting the above error when im trying to create new SocialAuthDialog in socialAuth. I cant figure out how to work around this. any help would be much appreciated. private void startDialogAuth(final Context context,…
GeekySelene
  • 847
  • 3
  • 13
  • 31