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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.)