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

Django Socail-Auth and My Auth

i tried to install django social auth, which is located on https://github.com/omab/django-social-auth how can i associate a regular registration and social auth for example a user doesn't have any account in twitter or facebook etc .. how can i…
mohd
  • 2,634
  • 2
  • 16
  • 18
0
votes
1 answer

Android - How to login through my website (using social network) and receive jwt token?

I have laravel website with bunch of social logins, and want to use my website for social auth. I want this to happen: when my app user click on social login button - my website social login url is started and after he successfully login it…
jsHate
  • 499
  • 1
  • 3
  • 20
0
votes
0 answers

Social integration pinterest with laravel

Hi I was trying to create Pinterest authentication in my Laravel project using this package : I am using laravel 5.5 And this is the package https://github.com/dirkgroenen/Pinterest-API-PHP I am doing this in my controller as for testing : …
Syed Abdur Rehman Kazmi
  • 1,640
  • 3
  • 13
  • 30
0
votes
1 answer

Share link in social auth app on click without login in android?

I want to share a link in social auth through the dialog box. How can I achieve it without login in to the app Something like this.
Bwes
  • 41
  • 5
0
votes
1 answer

how to get company and designation from linkedIn android

I am using 3pillars social auth library for android . How do I get the users company and designation . Currently I am trying to use String firstName=profile.getFirstName(); String lastName=profile.getLastName(); String…
karthik kolanji
  • 2,044
  • 5
  • 20
  • 56
0
votes
1 answer

SocialAuthConfigurationException : Application keys are not correct SocialAuth for LinkedIn

org.brickred.socialauth.exception.SocialAuthConfigurationException: Application keys are not correct. The server running the application should be same that was registered to get the keys. while my application keys are 100%…
Amit Kumar
  • 547
  • 3
  • 10
0
votes
2 answers

Facing permission Issues in facebook login integration using social auth in android

Hi all I'm using SocialAuth library for Facebook integration in my app but after providing the credentials the screen attached below appears. Please help.
Brucode
  • 205
  • 1
  • 3
  • 12
0
votes
0 answers

How to integrate facebook login in android app using SocialAuth

I'm working on facebook integration using socialauth I've added socialauth jars but couldn't execute the program it's showing the following error : Error:Execution failed for task ':app:dexDebug'. >…
Brucode
  • 205
  • 1
  • 3
  • 12
0
votes
1 answer

Not able to post to Facebook using custom-ui project of socialauth-android project

I am not able to post Facebook using the custom-ui project of socialauth-android. Here is the error log. 10-31 13:18:05.124: D/SocialAuthError(21880): org.brickred.socialauth.exception.SocialAuthException:…
0
votes
0 answers

Importing gmail, yahoo, hotmail address book using social auth

How can I import email providers address book using social auth? When I try to get the contact details, I get the email field as null. Can someone help me to resolve the issue.
0
votes
1 answer

Social Auth Best Practice

Which one is the best practice to use social auth: opening a modal window to take data or same page loading? Thanks.
0
votes
0 answers

I want to use facebook api to post into users wall using python/django

I am new in python/django. I want to make an app by which I can post onto Facebook user wall using python/django and I have visited the github link and this link. But still I don't understand how to post on users wall. I have created a app on…
0
votes
2 answers

Integration of Facebook in native Android using SocialAuth

I am integrating Facebook using SocialAuth library. I have downloaded and integrated Socialauth library successfully in the project. I am able to run the project and getting facebook screen while tapping on Facebook button. facebook is asking for…
Ashish Chauhan
  • 39
  • 1
  • 10
0
votes
1 answer

How to get access token in social auth in android and how to reuse them

I know this question is already asked and answered but that didn't help me. I am working on integration of few social apps like Facebook and Twitter by using social auth lib. I have successfully implemented them by following code: public class…
Deep Singh
  • 147
  • 1
  • 3
  • 16
0
votes
1 answer

oauth_consumer.properties not found social auth android

I am using SocialAuth library for auth user with Facebook, Twitter and Google. I have some Questions. I am getting below error in log cat D/SocialAuthAdapter﹕ Selected provider is facebook D/SocialAuthAdapter﹕ Loading keys and secrets from…
Saqueib
  • 3,484
  • 3
  • 33
  • 56