3 messages in com.googlegroups.bloggerdevJavascript BloggerService() returning...
FromSent OnAttachments
Chris Marks27 Dec 2007 13:04 
Chris Marks03 Jan 2008 07:57 
Jeff Scudder03 Jan 2008 15:11 
Subject:Javascript BloggerService() returning Undefined
From:Chris Marks (cma@psykoticartworx.com)
Date:12/27/2007 01:04:17 PM
List:com.googlegroups.bloggerdev

In the function below the myService variable is undefined. The login works so I know that the google services and functions are being loaded.

Do I need to register my web app somewhere?

function setupMyService() { var myService = new google.gdata.blogger.BloggerService("psykoticartworx-SiteBlog-1"); return myService; }

TEST HTML: http://www.psykoticartworx.com/google.html

JS file: http://www.psykoticartworx.com/google.js