I'm starting to use Facebook c# SDK. By starting with a sample provided on the source(CSASPNETWebsiteRegistrationForm) I added the references and using Facebook and Facebook.Web but sentences like FacebookApplication.Current.AppId are not recognized by Visual Studio.(not exist in the current context). Am I missing something? Sorry for my ignorance
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You are missing references to Facebook.dll and Facebook.Web.dll. These are available in the source download in the bin folder. |
|||||
|