IAJSONP Lightweight cross domain JSON request (JSONP) library. Example code : <script type="javascript/text"> IAJSONP.get("http://graph.facebook.com/http:///www.google.com",function(data){ alert(data.shares); }); </script>