Hi all
i get yahoo user profile through auth .
code:
// Load the profile for the current user.
$profile = $user->loadProfile();
foreach($profile as $key =>$value)
echo "<br/>".$key." = ".$value;
output:
uri = http://social.yahooapis.com/v1/user/DSCMCFA2VFZZIMKY744MDEFDLU/profile
guid = DSCMCFA2VFZZIMKY744MDEFDLU
birthdate = 7/9
created = 2008-12-16T05:27:36Z
familyName = Latif
gender = F
givenName = Saleha
Q: how do i get these values separate in textboxes?
Q: how do i get userid of yahoo through auth?
Q: Is there any unique id or key their 4 a user so i can add that in my database for his identification for next visit?
help plz
Regards
i get yahoo user profile through auth .
code:
// Load the profile for the current user.
$profile = $user->loadProfile();
foreach($profile as $key =>$value)
echo "<br/>".$key." = ".$value;
output:
uri = http://social.yahooapis.com/v1/user/DSCMCFA2VFZZIMKY744MDEFDLU/profile
guid = DSCMCFA2VFZZIMKY744MDEFDLU
birthdate = 7/9
created = 2008-12-16T05:27:36Z
familyName = Latif
gender = F
givenName = Saleha
Q: how do i get these values separate in textboxes?
Q: how do i get userid of yahoo through auth?
Q: Is there any unique id or key their 4 a user so i can add that in my database for his identification for next visit?
help plz
Regards