开发者

Any open source Facebook library that handles authentication and wall posts for ASP.NET MVC 3?

开发者 https://www.devze.com 2023-03-11 02:52 出处:网络
I am trying to implement two pieces of functionality to my ASP.NET MVC 3 applications. I would like the ability for the user to use Facebook Connect to authenticate on my web site. I would also like

I am trying to implement two pieces of functionality to my ASP.NET MVC 3 applications.

  1. I would like the ability for the user to use Facebook Connect to authenticate on my web site. I would also like to be able to store the users name and email in my database upon successful login.
  2. I would like to post to the users wall once a certain event occurs.

For the first item I worked with DotNetOpenAuth and managed to get it working successfully. But I am not sure how the get th开发者_运维问答e second item done. More importantly, are there any open source libraries that can handle both tasks out there?

Thanks


Facebook C# SDK can do this for you. Check here: http://facebooksdk.codeplex.com/


check out the facebook packages in nuget - facebook-mvc I think it is.

0

精彩评论

暂无评论...
验证码 换一张
取 消