Any open source Facebook library that handles authentication and wall posts for ASP.NET MVC 3?
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 to be able to store the users name and email in my database upon successful login.
- 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.
精彩评论