Questions tagged [django-socialauth]

python-socialauth is the new port from django-social-auth to a more general solution for social authentication/authorization.

django-socialauth is a social authentication/authorization mechanism for Django projects. It provides user registration, login and connection using social sites credentials. The following providers are available:

Google OpenID Google OAuth Google OAuth2 Yahoo OpenID OpenID (like MyOpenID) Twitter OAuth Facebook OAuth LiveJournal OpenID Orkut OAuth LinkedIn OAuth

The projects code is hosted @ https://github.com/omab/django-social-auth

Documentation is available @ http://django-social-auth.readthedocs.org/en/latest/index.html

A Demo is available @ http://social.matiasaguirre.net/

414 questions
0
votes
2 answers

iterate through a JSON field in django

With django-social-auth, it allows you to capture certain details and as a result a Dropbox users extra_data looks as follows {"access_token": "oauth_token_secret=XXXXXXXXXXXX&oauth_token=YYYYYYYYYYY", "7200": null, "id": null} The models.py is set…
ApPeL
  • 4,801
  • 9
  • 47
  • 84
0
votes
1 answer

javascript on click change href and open in new window

I have a Django project that offers its users the possibility to associate a user account to some social networks accounts like Twitter and Facebook. This works with Django Social Auth which basically provides a tag to know if the current user has…
Bastian
  • 5,625
  • 10
  • 44
  • 68
-1
votes
1 answer

Facebook login not working properly using django-social-auth

I'm trying to integrate facebook login on a site I'm working on, but so far, it doesn't seem to be working. I'd expect to get something similar to the usual dialog I get like what comes up at the test page at http://social.matiasaguirre.net/ But…
Stephen M
  • 809
  • 1
  • 10
  • 21
-1
votes
1 answer

social-auth gives "wrong" facebook id

I use django social-auth for facebook login and need to get facebook user id for using in facebook chat xmpp. Playing it manually, i knew that my id is 10000xxxxxxxxxxxxx but then noticed that social-auth holds another id:…
-1
votes
2 answers

Django social auth facebook : value of SIte URL for localhost?

I have created a sample app in Django to try out social_auth. this application i'm running on localhost. i have url http://www.localhost.com:9000/home which has a link to facebook login on click of this link i'm getting tthe follwoing error …
navyad
  • 3,752
  • 7
  • 47
  • 88
-2
votes
1 answer

Django linkedin authentication programming error

When I try to authenticate with linkedin in my django app, it passes the first stage where it asks me to give permission to linkedin to access my data, but fails to authenticate after that and displays this error. I have searched through the net…
A.Sasori
  • 385
  • 3
  • 20
-2
votes
1 answer

Cannot import name save_status_to_session

I am using python-social-auth API for authentication for facebook in my website. But I am getting an exception. while using 'apps.pipeline.save_profile' 'cannot import name save_status_to_session' I am using django-pipeline version 1.6.13 This code…
Ashok
  • 41
  • 1
  • 6
-2
votes
1 answer

Django rest auth with Google and VK?

I need SOCIAL REST AUTH in my Django project for SPA, and iOS app. The best library I know is django-rest-auth (for allauth), but there is no serialezers and views for rest auth with google and vk. Does anybody has view and serializers for…
1 2 3
27
28