0

I had to integrate Login using Google,Twitter,Facebook into my asp.net web forms application and i'm not using MVC. I searched around and found a open source library for the task.

http://dotnetopenauth.net/

But the site doesn't have much info on how to implement it in asp.net web form applications. any links on how to implement this using dotnetopenoauth library would be appreciated.And no MVC, simple Asp.net Web forms application

4

1 回答 1

1

如果您使用 4.5 模板打开一个项目,并且大部分代码已经编写完毕,您只需查看一下即可。

也可以看看:

http://www.asp.net/aspnet/overview/aspnet-45/oauth-in-the-default-aspnet-45-templates http://blogs.msdn.com/b/webdev/archive/2012/08 /15/oauth-openid-support-for-webforms-mvc-and-webpages.aspx

于 2013-08-25T17:09:02.110 回答