I have created an application which allows users to log in using their Yahoo credentials, I am able to retrieve some info like nick name and guid, but I am not able to retrieve email id of the logged in user.
I have given permission to Read contacts,mail,status apis to my yahoo application.
I am using Yahoo PHP SDK.
Can someone point what stuff am I missing here.
Activate Social Directory -> Read Public
from http://developer.apps.yahoo.com in your project.
Then (in code):
$profile = $user->getProfile();
You will see the email address.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With