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?