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

socialauth-android with single sign on option for facebook and google plus

I want to integrate log in with Twitter,Facebook and Google plus option. i have tried this option https://code.google.com/p/socialauth-android/ but it shows log in page in dialog even if Facebook app or Google plus application installed on…
Mahendra
  • 323
  • 2
  • 16
1
vote
0 answers

Message not posted on Facebook, Twitter, and Linked in (using socialauth library 4.4)

I am trying to post message on Facebook, Twitter and Linkedin, but I am getting exception in my log cat i.e "Java.lang.nullPointerException" and "Message not posted" .No Toast is also executing as there are two Toast in MessageListener class…
kirti Hudda
  • 304
  • 3
  • 17
1
vote
1 answer

ServiceStack Social Auth and Xamarin

We're using the social auth part of Servicestack to authenticate users against our API. This works like a charm using a PHP client. My question is - what would be the best way of integrating social login that uses a servicestack API into a xamarin…
user156888
1
vote
1 answer

How to check user is alreadry logged in using facebook in social auth android

I am implementing social-auth library in android application its working fine, but i want to check that if user already login with facebook or not. Example: If user logged in facebook prior then always show logged in for facebook(any for which user…
Jagdish
  • 2,418
  • 4
  • 25
  • 51
1
vote
3 answers

how to access facebook friends list using social auth in android?

I am using social auth library for facebook integration. I am able to share/post text or images but i want to access my friend list. Is it possible to access friend list via social auth in android? Thanks in advance...
Jagdish
  • 2,418
  • 4
  • 25
  • 51
1
vote
0 answers

Error while integrating twitter

I'm new to this twitter integration and I've tried twitter integration in two different ways one with social auth and other with twitter core 4j Social auth works fine with TAB 2 but doesn't work at all for N8000 and twitter core 4j gives error in…
Hummer
  • 811
  • 1
  • 6
  • 14
1
vote
2 answers

HybridAuth send notifications through AJAX in PHP

I am using HybridAuth to authenticate my social apps through PHP. Using Facebook as an example, I want to send a notification to a user. When HybridAuth connects to Facebook, it needs to go to the website to allow the connection and then it…
Jason Lipo
  • 751
  • 2
  • 11
  • 24
1
vote
1 answer

SocialAuth-Android Couldn't find the URL

I use library socialauth to authorize login to social network. A few day it work normally after i replace file jar from socialauth-android-2.0.jar to socialauth-android-2.1.jar but now i test again it not work and show error: …
Sovanrith Prak
  • 294
  • 2
  • 7
  • 18
1
vote
0 answers

Map OpenID profiles from different providers that belong to a single user

Each time a user logs in to my site via SocialAuth, a new profile is created for him if this is the first time this profile was used. Is there a standard way to map multiple OpenID profiles from different providers that belong to a single user? For…
1
vote
2 answers

SocialAuth and Google

I'm building a login module where you can login with all kinds of social network accounts. The initial step is LinkedIn and Google. The LinkedIn part is working fine, but the Google part isn't. I think the problem is with my code BEFORE the…
Pieter-Jan
  • 1,675
  • 2
  • 19
  • 25
1
vote
2 answers

socialauth android fails if triyng to share two times in the row

I have implemented 2 sharing methods. With facebook and with twitter. @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_menu); adapter = new…
Liza Tjaica
  • 593
  • 1
  • 7
  • 16
1
vote
2 answers

Function not working with webservice

This snippet is in my Business Logic Layer Class File: Public Shared Function getAccIDFromSocialAuthSession() As Object Dim db As SqlDatabase = Connection.connection Dim accID As Integer If SocialAuthUser.IsLoggedIn Then …
Monodeep
  • 1,392
  • 1
  • 17
  • 39
1
vote
1 answer

SocialAuth.NET is not working

Possible Duplicate: unrecognized attribute ‘targetframework’ I'm trying to use SocialAuth.NET for extract contacts from gmail and yahoo for my web application but when I run the WebformDemo the following error occurs Server Error in '/Demo'…
Optimus
  • 2,200
  • 8
  • 37
  • 71
1
vote
2 answers

Is there anyone on planet earth who know SocialAuth - SocialAuth throws java.lang.reflect.InvocationTargetException with no message

I am using SocialAuth libraries to authenticate against Facebook in my jsf application. I am getting java.lang.reflect.InvocationTargetException exception with no message from org.brickred.socialauth.SocialAuthManager The probable statement causing…
Abhishek Dhote
  • 1,638
  • 10
  • 41
  • 62
1
vote
1 answer

Why is SocialAuth saying "facebook is not a provider or valid OpenId URL"?

Using SocialAuth: v2.3 via Railo CFML Engine, I am getting the following exception thrown: Railo 3.3.4.003 Error (org.brickred.socialauth.exception.SocialAuthException) Message facebook is not a provider or valid OpenId URL Cause …
Joshua F. Rountree
  • 1,462
  • 2
  • 14
  • 30