hi,
i have downloaded social php sdk (http://developer.yahoo.com/social/sdk/php/) and got it to work
so i can now access contacts of a user and get their yahoo id's . what i want now is to get yahoo id of current user (logged in using OAuth) .
i can get GUID of current user with this:
$session->getSessionedUser()->getProfile()
but i want yahoo id (for messenger) of this user. how can i get that ?
thanks , Bor.