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.

I use the c# SDK for Facebook. I'm trying to access user details in my Facebook application, but on this line:

var fb = new FacebookOAuthClient { AppId = "******", AppSecret = "******" };

I get the error:

Error 48 The type or namespace name 'FacebookOAuthClient' could not be found
 (are you missing a using directive or an assembly reference?)  

I have the references:

Facebook
Facebook.Web
Facebook.Wen.Mvc

is there a missing reference? or any other ideas to solve that problem?

share|improve this question
Possible duplicate of stackoverflow.com/questions/9836042/… – Wiktor Zychla Aug 19 '12 at 18:53
A very nice feature of VS is to put the caret inside the word and press Ctrl + . than most of the time (if you included the right assemblies) it will popup a menu to include the right using – Silvermind Aug 19 '12 at 18:59

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.