I'm trying to include the chart tools on a site on a live external server. There's nothing particularly special about the site or the server setup. I'm already including the Google CDN version of jQuery, and the Twitter and Facebook API scripts from their servers. I've added: <script type="text/javascript" src="https://www.google.com/jsapi.js"></ script> to my page head.
The response headers that come back (via Firebug) are: Cache-Control private Content-Type text/html; charset=UTF-8 Location http://www.google.com Content-Length 218 Date Tue, 26 Jul 2011 16:21:57 GMT Server GFE/2.0 and the response itself... well, it looks like the Google home page. In fact, when I paste https://www.google.com/jsapi.js into a browser address bar, that's exactly what I get. What did I break? Do I need an API key? Nothing's mentioned in the 'getting started' guide. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
