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
4
votes
0 answers

Social sign in Android/iPhone app with server side

I'm evaluating HybridAuth and socialAuth-android, but I'm not restricted to those platforms only. Till now I only read the documentation of the 2 libraries and didn't play with the code itself. The requirements: Letting the user, through an…
nheimann1
  • 2,348
  • 2
  • 21
  • 33
4
votes
7 answers

NoClassDefFoundError when adding SocialAuth in Eclipse

I tried to add an external library to my Android project but with no luck. My application crashed with an Exception at runtime: 09-06 07:44:41.921: E/AndroidRuntime(601): java.lang.NoClassDefFoundError:…
4
votes
2 answers

How do I get a user's email address using LinkedIn's new api call?

According to these docs, I'm supposed to request 'email-address': https://developer.linkedin.com/documents/profile-fields I assume this works like any other user data call, so I'm going through the oauth process to get the right tokens, then doing…
Jeff
  • 1,051
  • 1
  • 13
  • 26
3
votes
2 answers

In django-social-auth, can't get the Facebook authentication link to show?

I've installed django-social-auth. It seems to work except I only have random authentication links show up in the list of authentication options. In the oAuth list, I can only see: Google-Oauth Linkedin Github Orkut I'm trying to get Facebook…
Riku
  • 2,223
  • 2
  • 17
  • 20
3
votes
1 answer

Android implementation for socialauth

Is there any android implementation for socialauth http://code.google.com/p/socialauth/ I need to be able to import contacts from Google, Yahoo or Hotmail in my android application. Thanks, - Philip
Philip K. Adetiloye
  • 3,102
  • 4
  • 37
  • 63
3
votes
4 answers

Issue with Linkedin integration using socialauth in android

I had implmented linkedin integartion in my android app using socialauth a year ago. It was working fine till few days back. Now it gives following error: "org.brickred.socialauth.exception.SocialAuthConfigurationException: Application keys are not…
seema
  • 991
  • 1
  • 13
  • 27
3
votes
2 answers

How to Share Our Own Static Status in Facebook using Android

I am developing an application. In that I am trying to share information of my application as a Status of Facebook and Twitter when button is clicked. When I click on twitter button the status as I want to share is twitted automatically but In…
Pooja Roy
  • 545
  • 5
  • 25
3
votes
1 answer

Store session objects between redirects

We are using SocialAuth for authentication with Spring 3 and having issue with sessions between redirects. When we do return "redirect:myURL"; in controller (after authentication) redirection happening properly but, very frequently redirect…
kosa
  • 65,990
  • 13
  • 130
  • 167
3
votes
0 answers

Is it possible to share video to facebook twitter using socialauth api in android?

I am working on an application which uses socialauth api to integrate facebook and twitter authorization. But I want to know if it is possible to use the api to share or upload videos . I googled it but found nothing for videos sharing . Please…
stack5
  • 430
  • 2
  • 10
3
votes
3 answers

Socialauth API 4.3 with Google Oauth 2.0

Does anyone know how to use Brickred Socialauth API 4.3 in servlets with Google Oauth 2.0? Where could I get the *consumer_secret* and *consumer_key*? Was using the API successful at your side?
user3009097
  • 185
  • 1
  • 1
  • 8
3
votes
1 answer

How to put validation in Android app

How can I put validation on logout button in an android app, If I am using SocialAuthAdapter in my app for sharing with social media. Code is as follows which I have write to validate my logout button but it dosent work: public void onClick(View v)…
3
votes
2 answers

How to solve Socialauth-Android for twitter?

I am working on Android and I have used Socialauth library into my application to provide facebook and twitter . It was worked fine some days. Now facebook is working fine but twitter is not working. when I am using twitter it is showing following…
Ganesh
  • 924
  • 2
  • 12
  • 34
3
votes
1 answer

socialauth-android authorization successfull with Facebook but verification code is null

I'm using socialauth-android to let my Android users authenticate themselves on Facebook. My issue as follows: I can successfully display the Facebook log in page where the user can enter the credentials and authorize my app. When the authorization…
3
votes
1 answer

How to get session variables from a class file?

Any one familiar with SocialAuth.NET ?? Kindly follow this link to checkout SocialAuth.NET . Integrates seamlessly with a lot of providers such as Facebook, Twitter, Google etc. Okay, enough introduction. Now, SocialAuth.NET stores everything in…
Monodeep
  • 1,392
  • 1
  • 17
  • 39
3
votes
4 answers

How to connect Facebook, Twitter & Google accounts in Java (Spring MVC)

I'm going through the features of social auth (http://code.google.com/p/socialauth/) & wondering if this is the best thing for my requirement. Please guide. My web application currently has it's own login mechanism(native). But I'm planning to do…
LittleLebowski
  • 7,691
  • 13
  • 47
  • 72
1
2
3
10 11