Search the web
Sign In
New User? Sign Up
ydn-auth · Yahoo! Authenticated Web Services
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
help on yahoo auth?   Message List  
Reply | Forward Message #676 of 729 |
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



Wed Dec 17, 2008 10:52 pm

salehalatif
Offline Offline
Send Email Send Email

Forward
Message #676 of 729 |
Expand Messages Author Sort by Date

Hi all i get yahoo user profile through auth . code: // Load the profile for the current user. $profile = $user->loadProfile(); foreach($profile as $key...
Saleha Latif
salehalatif
Offline Send Email
Jan 1, 2009
12:15 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help