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 would like to configure both the Page Tab URL and the Secure Page Tab URL to use SSL connection.

I filled these two field with https://www.myapp.com/, however when opening the tab with a non-ssl fan page, the page tab url is http://www.myapp.com.

Is there a way to enforce Facebook to always use the HTTPS address?

share|improve this question

2 Answers

up vote 2 down vote accepted

It's a bug, and Facebook's official response is that it's "by design."

https://developers.facebook.com/bugs/220661014669375

share|improve this answer
Facebug sometimes is unbelievable – barbolo Mar 20 '12 at 12:50

You can have http://www.myapp.com/ redirect to https://www.myapp.com/.

share|improve this answer
2  
If I do this on my server, then I lose the signed_request params. – barbolo Nov 7 '11 at 3:44

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.