【发布时间】:2012-03-16 21:24:41
【问题描述】:
我正在尝试按照本指南在我的网站上使用 Facebook:
http://www.deviantcoders.com/articles/aspnet-membership-and-role-provider-facebook-connect-part-2
但是当我尝试使用API api = new API(); 时却找不到类:
The type or namespace name 'API' could not be found (are you missing a using directive or an assembly reference?)
我缺少什么程序集,我已添加:
Facebook.Web
Facebook.Web.Mvc
【问题讨论】:
标签: asp.net-mvc facebook