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 have a very peculiar problem:(not using web.config)

DefaultFacebookApplication dfa=new DefaultFacebookApplication();
dfa.AppId = "..."; dfa.AppSecret = "...";
var fbWebContext = new FacebookWebContext(dfa);

Then i use the normal example in .aspx file. (init...). Even though i get the cookie in the request(which has all fields), FacebookWebContext still fails to find the access_token(& others).

The sample projects works fine. Where would the problem be?!

share|improve this question

1 Answer

up vote 0 down vote accepted

could you try this.

FacebookApplication.SetApplication(dfa);
share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.