Google Friends Connect Widget does not appear in Firefox. Since upgrading to 3.1 it didn't work in any browser.
I removed a previous fix for Friend Connect
<script>
window.JSON = {
parse: function(st){
return st.evalJSON();
},
stringify: function(obj){
return Object.toJSON(obj);
}
};
</script>
Now it works... in Safari and Google Chrome, but not in Firefox.