Click here to Skip to main content
15,905,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I am using this code for yahoo login.
C#
// Create an instance of Yahoo.Authentication  
Yahoo.Authentication auth = new Authentication("myappid", "mysharedsecret");  
  
// Redirect the user to the use sign-in page  
Response.Redirect(auth.GetUserLogOnAddress().ToString()); 

It is working fine I am able to login with now, but I have no code to retrieve user's profile data like username, users's firstname, user's last name.
Posted
Updated 12-Nov-11 5:10am
v2

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900