FacebookWeb 或 FacebookWebMVC
有人可以简要解释一下这些包之间的区别吗?项目页面似乎没有提供任何线索?
我正在创建一个 MVC 应用程序,我想将 facebook 凭据与用户的个人资料关联起来。就功能而言,我需要简单地发布到用户的墙上。所以不确定哪个包最适合执行此操作..
can someone briefly explain what the difference is between these packages? The project pages don't seem to offer any clues?
I am creating an MVC application where i would like to associate facebook credentials with a user's profile. In terms of functionality, i need to simply post to the user's wall. So not sure which package would be best to do this with..
如果此包遵循大多数 NuGet 包所使用的约定,则 FacebookWebMVC 将适用于 ASP.NET MVC。
If this package follows conventions that are used for most NuGet packages, FacebookWebMVC will be the one for working with ASP.NET MVC.