简体   繁体   中英

Login using Facebook, missing namespace?

I am trying to integrate a login with facebook feature in my website and following this article .

This line gives me a "Missing directive or assembly reference error. The type or namespace could not be found." I have placed the binaries as well.

API api = new API();

Which namespace contains the API class or is it no longer supported?

If you're using Visual Studio, press Ctrl + . while your caret is within API to see what namespaces contain the API class.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM