Re: django socialauth username not showing correctly

2012-10-10 Thread Stefano Tranquillini
Mmm...Social Auth has a pipe for creating the user when he logs in with the
social-auth.
You probably have to remove that and do the creation manually. Yet, I'm not
an expert, I've 4 days experience in this ;-).
give a look here
https://groups.google.com/forum/?fromgroups#!forum/django-social-auth


Il giorno 09/ott/2012 17:57, "psychok7"  ha scritto:

> yes you are right. i deleted the same name user and it works. but how can
> i control this with oauth users and users that register normally?
>
> On Tuesday, October 9, 2012 4:49:21 PM UTC+1, Stefano Tranquillini wrote:
>>
>> Django put numbers because you already have in the db a user with the fb
>> username.
>> check it.
>>
>> On Tuesday, October 9, 2012 5:19:00 PM UTC+2, psychok7 wrote:
>>>
>>> hey thanks for the reply. Can you point out some examples here i can get
>>> do all that in the right way?
>>>
>>> On Tuesday, October 9, 2012 3:15:13 PM UTC+1, Daniel Molina Wegener
>>> wrote:

 On 09/10/12 10:52, psychok7 wrote:
 > So i am using django socialauth and its working fine, except for the
 > part where my usernames do not match my Facebook or twitter accounts
 > after i log in. In other words for example if i my username is
 'john',
 > after i log in in my app it shows 'john820579c6960e4677'. What am i
 > doing wrong? how can i make it look exactly like my Facebook account?

You muse the GraphAPI service with the provided Access Token (code)
 to access the Facebook Profile and get the real name. The Django
 SocialAuth package just provides access services. Also, you must add
 some special permissions to access certain profile data.

 >
 > --
  > [SNIP]

 Kind regards,
 --
 Daniel Molina Wegener [dmw at coder dot cl]
 @damowe | http://coder.cl/ | https://github.com/dmw

>>>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/3RyJKocJPRMJ.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: django socialauth username not showing correctly

2012-10-09 Thread psychok7
yes you are right. i deleted the same name user and it works. but how can i 
control this with oauth users and users that register normally?

On Tuesday, October 9, 2012 4:49:21 PM UTC+1, Stefano Tranquillini wrote:
>
> Django put numbers because you already have in the db a user with the fb 
> username. 
> check it.
>
> On Tuesday, October 9, 2012 5:19:00 PM UTC+2, psychok7 wrote:
>>
>> hey thanks for the reply. Can you point out some examples here i can get 
>> do all that in the right way?
>>
>> On Tuesday, October 9, 2012 3:15:13 PM UTC+1, Daniel Molina Wegener wrote:
>>>
>>> On 09/10/12 10:52, psychok7 wrote: 
>>> > So i am using django socialauth and its working fine, except for the 
>>> > part where my usernames do not match my Facebook or twitter accounts 
>>> > after i log in. In other words for example if i my username is 'john', 
>>> > after i log in in my app it shows 'john820579c6960e4677'. What am i 
>>> > doing wrong? how can i make it look exactly like my Facebook account? 
>>>
>>>You muse the GraphAPI service with the provided Access Token (code) 
>>> to access the Facebook Profile and get the real name. The Django 
>>> SocialAuth package just provides access services. Also, you must add 
>>> some special permissions to access certain profile data. 
>>>
>>> > 
>>> > -- 
>>>  > [SNIP] 
>>>
>>> Kind regards, 
>>> -- 
>>> Daniel Molina Wegener [dmw at coder dot cl] 
>>> @damowe | http://coder.cl/ | https://github.com/dmw 
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/3RyJKocJPRMJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: django socialauth username not showing correctly

2012-10-09 Thread Stefano Tranquillini
Django put numbers because you already have in the db a user with the fb 
username. 
check it.

On Tuesday, October 9, 2012 5:19:00 PM UTC+2, psychok7 wrote:
>
> hey thanks for the reply. Can you point out some examples here i can get 
> do all that in the right way?
>
> On Tuesday, October 9, 2012 3:15:13 PM UTC+1, Daniel Molina Wegener wrote:
>>
>> On 09/10/12 10:52, psychok7 wrote: 
>> > So i am using django socialauth and its working fine, except for the 
>> > part where my usernames do not match my Facebook or twitter accounts 
>> > after i log in. In other words for example if i my username is 'john', 
>> > after i log in in my app it shows 'john820579c6960e4677'. What am i 
>> > doing wrong? how can i make it look exactly like my Facebook account? 
>>
>>You muse the GraphAPI service with the provided Access Token (code) 
>> to access the Facebook Profile and get the real name. The Django 
>> SocialAuth package just provides access services. Also, you must add 
>> some special permissions to access certain profile data. 
>>
>> > 
>> > -- 
>>  > [SNIP] 
>>
>> Kind regards, 
>> -- 
>> Daniel Molina Wegener [dmw at coder dot cl] 
>> @damowe | http://coder.cl/ | https://github.com/dmw 
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/ycfrshwTVZQJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: django socialauth username not showing correctly

2012-10-09 Thread psychok7
hey thanks for the reply. Can you point out some examples here i can get do 
all that in the right way?

On Tuesday, October 9, 2012 3:15:13 PM UTC+1, Daniel Molina Wegener wrote:
>
> On 09/10/12 10:52, psychok7 wrote: 
> > So i am using django socialauth and its working fine, except for the 
> > part where my usernames do not match my Facebook or twitter accounts 
> > after i log in. In other words for example if i my username is 'john', 
> > after i log in in my app it shows 'john820579c6960e4677'. What am i 
> > doing wrong? how can i make it look exactly like my Facebook account? 
>
>You muse the GraphAPI service with the provided Access Token (code) 
> to access the Facebook Profile and get the real name. The Django 
> SocialAuth package just provides access services. Also, you must add 
> some special permissions to access certain profile data. 
>
> > 
> > -- 
>  > [SNIP] 
>
> Kind regards, 
> -- 
> Daniel Molina Wegener [dmw at coder dot cl] 
> @damowe | http://coder.cl/ | https://github.com/dmw 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/HZQbygXaPYIJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: django socialauth username not showing correctly

2012-10-09 Thread Daniel Molina Wegener

On 09/10/12 10:52, psychok7 wrote:

So i am using django socialauth and its working fine, except for the
part where my usernames do not match my Facebook or twitter accounts
after i log in. In other words for example if i my username is 'john',
after i log in in my app it shows 'john820579c6960e4677'. What am i
doing wrong? how can i make it look exactly like my Facebook account?


  You muse the GraphAPI service with the provided Access Token (code)
to access the Facebook Profile and get the real name. The Django
SocialAuth package just provides access services. Also, you must add
some special permissions to access certain profile data.



--

> [SNIP]

Kind regards,
--
Daniel Molina Wegener [dmw at coder dot cl]
@damowe | http://coder.cl/ | https://github.com/dmw

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.