How do I integrate yahoo account in my application?

I need to integrate yahoo login in my application using api.

+2


source to share


2 answers


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



Examples of use in downloading them.

+3


source


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



+3


source







All Articles