I am using ASP.NET
I would like to implement the listener for the FB de-auth.
I get signed_request param from the FB server.
How can I decrypt it using C#?
Thanks!
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.
Check out the Facebook C# SDK on CodePlex, you could either use it or check out how they handle the signed_request encryption. There’s also this SO post which has a similar slant.
Not really an answer I admit, just don’t know how to put links into comments