yubrajpokharel/socialauth

Twitter plugin doesn't set user profile's firstname/lastname properties

Closed this issue · 1 comments

What steps will reproduce the problem?
1. log in via Twitter
2. getUserProfile
3. look at FirstName/LastName properties and notice they're null but FullName 
is not

What is the expected output? What do you see instead?
if firstname/lastname are null, you should split FullName and set the 
first/last elements into firstname/lastname properties

What version of the product are you using? On what operating system?
latest 4.2

Please provide any additional information below.


Original issue reported on code.google.com by kenk...@gmail.com on 14 Sep 2013 at 6:16

Twitter API only returns name of a user.
So We are not going to break it down to set first name and last name while 
parsing xml profile response from twitter.

You can do it your self if required.

Regards
Tarun

Original comment by tarun.na...@3pillarglobal.com on 16 Sep 2013 at 10:30

  • Changed state: Invalid