After authentication facebook app redirecting my inner page to HTTP despite it is https://apps.facebook.com/myappname
i provide redirect_uri to http://mysite.com/welcome.aspx
how can i manage it to if http then http else https???
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.
Starting from 1. October 2011. Facebook forced usage of HTTPs protocol for communication with 3th party applications. I would recommend using HTTPs even if it’s possible usage of HTTP, this method will ensure no Security Exceptions or warnings will be show users access your application… so redirect URI should be https://mysite.com/welcome.aspx, of course server would need to support protocol, and have certificate, at least self-signed for testing.