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
0
votes
1 answer

LinkedIn Social auth Image sharing error

I am trying to share the image on the LinkedIn using the Socialauth API. I have already posted the Text successfully. But while i tried to share the image using its method adapter.uploadImage(message, fileName, bitmap, quality); ,its throwing "Image…
GrIsHu
  • 29,068
  • 10
  • 64
  • 102
0
votes
2 answers

SocialAuth 4.3 does not work for GooglePlus

I am using SocialAuth v4.3 java library for providing social login functionality. It works for Google, Facebook but doesnt work for Google-plus. I am getting following error: org.brickred.socialauth.SocialAuthConfig - Configuration for provider…
Abhishek Dhote
  • 1,638
  • 10
  • 41
  • 62
0
votes
1 answer

I want to use linkedIn api to implement login with linked feature in my android app using SocialAuth

I wrote the following code snippet to get user details after login with linkedIn. But after clicking the button, nothing happens. How will i be redirected to the linkedin login page? Please help public class MainActivity extends Activity…
0
votes
0 answers

django-social auth example app giving ValueError(Missing backend entry)

While using the example app of the django social-auth the user can login to the social accounts but when they are redirected back to our portal it gives a value error Missing backend entry. Actual error: [01/Nov/2013 15:49:21] "GET /login/twitter/…
0
votes
1 answer

Authentication using social-auth library in grails for facebook,google,twitter

I am following the example given in link https://code.google.com/p/socialauth/wiki/GettingStartedWithGrails but everytime it authenticates using google,its getting redirected to error page.I tried with localhost and also with domain they are…
0
votes
2 answers

Unable to logout from facebook using socialauth java api

I am trying to run the socialauth grails demo from this link. For this, I have registered my app with domain http://localhost:8080/appname in the developer.facebook.com site. The login part is successfull. Unfortunately I am unable to logout. Here…
rahulserver
  • 10,411
  • 24
  • 90
  • 164
0
votes
1 answer

SocialAuth - Facebook Authentication - Specify which access rights are requested

I want to realize a simple login via facebook on my website. I used SocialAuth for that and it is working pretty fine. But if i login via facebook, the facebook app needs the confirmation for a lot of access rights like, posting to the wall and so…
jan
  • 3,923
  • 9
  • 38
  • 78
0
votes
1 answer

hybrid Android Application

Is possible make a hybrid app in android that his login system is made with social networks and is inside a webview, and then, if it login is successful the app begin to work natively? thanks folks in advance
hcarrasko
  • 2,320
  • 6
  • 33
  • 45
0
votes
1 answer

Socialauth android get profile picture from google

I'm using this library https://code.google.com/p/socialauth-android/ to login into my application using google account. So far so good. I can get user name, email but get user profile picture. I think, that library uses OpenId + Oauth to login and…
Adam Sz.
  • 152
  • 1
  • 2
  • 11
0
votes
2 answers

Signout/Switch Twitter user using SocialAuthAdapter in Android

I'm using SocialAuthAdapter lib in Android and I'm trying to switch Twitter user without success. What happens is after doing the following I do not get LogIn screen, but instead it signs in previous…
Misha
  • 5,260
  • 6
  • 35
  • 63
0
votes
1 answer

Login with yahoo using OpenID for Multilingual site

I am integrating yahoo open ID for my site. My site is running for different languages( en, jp, cn etc.). When I am trying to logged in from english site with yahoo opend ID then its fine but when the same this I tried from japanese or chinese site…
Manoj
  • 863
  • 1
  • 8
  • 12
0
votes
0 answers

Twitter Android integration

I am running into problems every time trying to authenticate twitter and post a tweet from my application. I have used Socialauth and Twitter4j before to no avail. Has anyone tried this tutorial and got it working…
PhillyT
  • 15
  • 6
0
votes
1 answer

Linkedin correct app settings for android integration

I am using the socialauth library for integration with android app. The twitter and facebook updates are working correctly...however I am having problems with setting up the linkedin app. I have determined that there is some problem with my settings…
Parvaz Bhaskar
  • 1,367
  • 9
  • 29
0
votes
1 answer

Google login callback via POST instead of GET

I am currently using a library (SocialAuth.NET - http://code.google.com/p/socialauth-net/) to handle login on multiple social platform. So far, with facebook and twitter, I had no issues whatsoever. While trying to implement the Google sign-on…
sh0uzama
  • 582
  • 1
  • 6
  • 17
-1
votes
1 answer

Not able to post status using social auth in twitter and facebook

When trying to update status in facebook and twitter using social auth, getting below exception. Any idea how to fix it out? 20:31:56,559 INFO [stdout] (default task-7) Exception occured in call back method :::::…
1 2 3
10
11