tags:

views:

101

answers:

2

i need to integrate the yahoo login in my application using api .

+2  A: 

StackOverflow uses the open source "DotNetOpenAuth" to do OpenID authentication (which covers Yahoo) http://dotnetopenauth.net:8000/

Examples of use in their download.

mikeh
+3  A: 

Yahoo uses OpenId for their login. You use one of the many libraries that are listed on their site.

leonm
can u give any sample code to implement the open id login
Mercy Joseph
If you download DotNetOpenAuth it comes with a list of examples.
leonm