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 created an app in facebook and got facebookappid and secret. I am using these id and secret in example that came with DotNetOpenAuth Library. Instead of redirecting facebook login page, it give me 400(Bad Request) error.

share|improve this question

1 Answer

up vote 2 down vote accepted

If you're using the latest DNOA 4.0 CTP, Facebook is incompatible with it because it implements an older draft of OAuth 2.0

share|improve this answer
Is this still true? As of 2012-10-26? – Markus Knappen Johansson Oct 26 '12 at 4:09
As far as I know, yes. FB sees the downside of breaking compatibility with existing clients to be worse than maintaining an implementation of an outdated spec. – Andrew Arnott Nov 25 '12 at 1:59

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.