Mrjndong / socialauth

Automatically exported from code.google.com/p/socialauth
0 stars 0 forks source link

how to get first name and last name in twitter #195

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.how to get first name and last name,mail in twitter
2.
3.

What is the expected output? What do you see instead?

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

Please provide any additional information below.

Original issue reported on code.google.com by raghu.ka...@gmail.com on 8 Jul 2012 at 7:30

GoogleCodeExporter commented 8 years ago
You can split full name by white space. If you get more than one token then you 
can assume first one as First Name and second one as Last Name.

Regards
Tarun

Original comment by tar...@brickred.com on 9 Jul 2012 at 7:43

GoogleCodeExporter commented 8 years ago
Thanks a lot.

Original comment by raghu.ka...@gmail.com on 11 Jul 2012 at 11:10