Created By
Paul Fox
10/05/2011 3:15pm

Subscribers (3)

BugsIE 7 & 8 SSL issue with graph API

  • Status: Fixed
  • Priority: High
  • Updated: August 29, 2012 at 2:04pm
Latest response from Facebook
Jeff Bowen
This should now be resolved. Thanks for your patience.
Status changed to Fixed · August 29, 2012 at 2:04pm
Due to Cache-Control headers, IE7 and IE8 refuse to open graph calls under SSL, causing calls to me/likes to fail. This seems to be due to SSL caching issues in IE ( see technote: http://support.microsoft.com/kb/316431). The workaround for us was to fall back to the facebook connect api. Please note that the graph calls are being made in a different way via connect, but they are on the same server, so comparing the headers, etc for a call to: https://graph.facebook.com/me/likes/56120464632?access_token=275086102519766|2.AQAtm4HDizkpA4T-.3600.1317830400.1-100002940465967|NZ4K5XLlrkawLrVxy6-Xw8JOAYg
versus a call to:
https://graph.facebook.com//me/likes?access_token=275086102519766%7C2.AQAABiWa4Jj_uMTt.3600.1317855600.1-100002940465967%7CTYmhmYj6aErPuCA9XZbrGSz0KtQ&callback=FB.ApiServer._callbacks.f11c2e0b4899c72&pretty=0&sdk=joey
should illuminate the issue.
1 person can reproduce this issue by following these steps
Repro