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 have a Facebook app that is running perfectly on a page tab, loaded over HTTPS and presents no SSL warnings after initial load.

But after awhile the fb ticker feed on the right of all page tabs (where it streams what your friends are doing), loads new stories asynchronously, but it loads insecure content.

I get console warnings like this:

the page [secure facebook page tab url] displayed insecure 
content from http://static.ak.fbcdn.net/rsrc.php/v2/yw/r/drP8vlvSl_8.gif. 

It loads that 1x1 gif, the grey line between new items, and small profile pic thumbnails, such as this:

http://profile.ak.fbcdn.net/hprofile-ak-snc6/623516_13908061_1656526379_q.jpg

These obviously break the https connection in the browser, which in IE9 causes pretty big problems by default.

All of this is loaded from Facebook, outside of the canvas iframe. So how do I get FB to load secure content, or not load new feed stories?

Anyone else have this problem?

share|improve this question
Anyone else running FB Apps securely that become insecure after a few FB notifications come up? – chuuke Nov 13 '12 at 21:30

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.