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.

Follow the following direction in:

http://wiki.developers.facebook.com/index.php/Facebook_Connect_Via_SSL

to use SSL version facebook connect, some of CanvasUtil functions regarding the resizing doesn't seem to work, the code is as following:

FB_RequireFeatures(["Connect","Api","CanvasUtil"], function() {
  FB.Facebook.init(apiKey, channel,{
     "doNotUseCachedConnectState":true
  });

  FB.CanvasClient.getCanvasInfo(function(info){
     alert("get it");
  });
}); 

I don't see "get it". If I swtich back to http version, I could get the alert message and things are ok. Does anyone know how to make CanvasUtils from SSL facebook connect working? It might be a bug in facebook.

Thanks a lot!

share|improve this question

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.