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 was just wondering. I'm using FB C# SDK for my facebook applications.

Do I need to change anything to make sure everything keeps working after October 1st?

share|improve this question

1 Answer

up vote 2 down vote accepted

oauth 2 was default starting from the first beta release of v5. so if you are using v5 you already are using oauth 2.0

But if you are using FB JS SDK for login make sure to set oaut:true and also update the Facebook C# SDK to minimum of v5.2 (no need for server side code changes.)

share|improve this answer
Very nice to have the record set straight on this. Thanks for answering Prabir. – Chad Sep 20 '11 at 7:17
Thank you Prabir. – Danler Sep 20 '11 at 8:54

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.