omab / django-social-auth

Django social authentication made simple
https://groups.google.com/group/django-social-auth
BSD 3-Clause "New" or "Revised" License
2.65k stars 756 forks source link

I am facing an issue of this #807

Closed aliabbas-2012 closed 7 years ago

aliabbas-2012 commented 10 years ago

'tuple' object has no attribute 'rsplit'

aliabbas-2012 commented 10 years ago

when i click onf facebook login link then it happens

adilberrada commented 9 years ago

Hello,

Did you manage to find the solution. I am facing the same issue ... thanks in advance

aliabbas-2012 commented 9 years ago

I m now using djangoallauth On Feb 22, 2015 10:01 PM, "adilberrada" notifications@github.com wrote:

Hello,

Did you manage to find the solution. I am facing the same issue ... thanks in advance

— Reply to this email directly or view it on GitHub https://github.com/omab/django-social-auth/issues/807#issuecomment-75445036 .

adilberrada commented 9 years ago

Is it better in some way ? Can you get authenticated user's friends with djangoallauth ? Do you have any tuto ?

aliabbas-2012 commented 9 years ago

Not tutorial I done this thing in many days On Feb 22, 2015 10:07 PM, "adilberrada" notifications@github.com wrote:

Is it better in some way ? Can you get authenticated user's friends with djangoallauth ? Do you have any tuto ?

— Reply to this email directly or view it on GitHub https://github.com/omab/django-social-auth/issues/807#issuecomment-75445338 .

aliabbas-2012 commented 9 years ago

I can do from my code On Feb 22, 2015 10:09 PM, itsgeniusstar@gmail.com wrote:

Not tutorial I done this thing in many days On Feb 22, 2015 10:07 PM, "adilberrada" notifications@github.com wrote:

Is it better in some way ? Can you get authenticated user's friends with djangoallauth ? Do you have any tuto ?

— Reply to this email directly or view it on GitHub https://github.com/omab/django-social-auth/issues/807#issuecomment-75445338 .

adilberrada commented 9 years ago

Hey do you have a separated djangoallauth app in your project ? Because in my project I have 2 apps ("allauth" and "travels"). After social logging in, the user is redirect to a template of "travels". In travels view I cannot do a "if user.is_authenticated" could you help me please ? You help would be very appreciated.