Can anyone provide example on how to get users login email for yahoo by using OpenID + OAuth?
I use socialauth so java would would be preferred language.
Can anyone provide example on how to get users login email for yahoo by
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a big problem in Yahoo Oauth system and i suspect you will also going to face same problem as one of my team mate is going through.
He is facing the following problem
in his yahoo email id he has set primary id as his
gmailid and when yahoo send back profile information it send back thatgmailid as primary email with no information which is the account email idSo i am not sure how we can fetch the account email id of the logged in user (i.e yahoo email).
Just to give you an idea you have to get first guid from yahoo and than send a request to the following end point
if you able to access user account email-id please share your findings.
FYI: we are using scribe-java API for OAuth
here is the question posted by my team mate
Getting user Email Yahoo Oauth (using Scribe-Java API)