Questions tagged [socialregistration]

4 questions
3
votes
1 answer

Sign up with Twitter Error. Could not authenticate

I am trying to create a social registration system. So far I implemented the function for sign up with Facebook. Now, when trying to create the sign up with Twitter account, I implemented this: var client = new Twitter({ consumer_key:…
Emanuela Colta
  • 2,129
  • 4
  • 18
  • 31
1
vote
1 answer

Social account and normal account db model

In my application, a user can signup by completing a form or by using a provider (facebook, google, etc.). The main difference is that the user signing up by form will have a password, while the one using a social account will not. I am not sure…
0
votes
0 answers

socialregistration access token error

I am using django-socialregistration and when I click the facebook button, it is redirected to facebook and the user is requested for the permissions. After the permissions are given, the redirection is done to my site and I get the following…
Aswin Murugesh
  • 10,831
  • 10
  • 40
  • 69
0
votes
1 answer

django socialregistration authentication errors

I am trying to integrate my website to facebook and started with django-socialregistration. All goes fine when i add {% load facebook %} {% facebook_button %} Now when I click the facebook button from browser, I am redirected to…
Aswin Murugesh
  • 10,831
  • 10
  • 40
  • 69