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 made an app for Facebook (my first one) and I wanted to link my blog to my fan page. When I click the tab in my fan page (which should direct my fans to my blog) the page that is shown says that the content is unavailable as the page is not trusted. I get the error ssl_error_bad_cert_domain. Why is this? the urls in question are:

http://sigxronopaidagogio.blogspot.com
https://www.facebook.com/sinchronopaidagogeio https://www.facebook.com/sinchronopaidagogeio/app_429582450457633

Any assistance would be much appreciated.

share|improve this question

1 Answer

I made an app for Facebook (my first one) and I wanted to link my blog to my fan page. When I click the tab in my fan page (which should direct my fans to my blog)

Please read the Platform Polices – it’s explicitly stated in there that the sole purpose of page tab apps must not be to direct users away from Facebook; but it sounds like that’s exactly what you want to do.

the page that is shown says that the content is unavailable as the page is not trusted. I get the error ssl_error_bad_cert_domain. Why is this?

Because your server has no valid SSL certificate for the domain www.sigxronopaidagogeio.blogspot.com.

A working SSL connection is required for apps on Facebook.

share|improve this answer
thank you a lot :) – Δωρα Ζαφειροπουλου Mar 7 at 11:42

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.