4 messages in com.googlegroups.bloggerdevZend GData Blogger - Why do I keep ge...
FromSent OnAttachments
kinesis7720 Apr 2007 17:04 
Pete Hopkins ☠23 Apr 2007 10:12 
kinesis7723 Apr 2007 11:33 
Pete Hopkins ☠23 Apr 2007 11:59 
Subject:Zend GData Blogger - Why do I keep getting this...?
From:kinesis77 (kine@gmail.com)
Date:04/20/2007 05:04:40 PM
List:com.googlegroups.bloggerdev

Ok Here is my header... Array ( [0] => Host: www2.blogger.com [1] => Connection: close [2] => Content-type: application/atom+xml [3] => User-agent: Zend_Http_Client [4] => Authorization: AuthSub token="CNH0sOKVGRCN-8fUBQ" [5] => Content-length: 272 [6] => Cookie: NSC_cmphhfs-fyu=0a1401080050%3BVersion%3D1%3BMax- Age %3D1800%3Bpath%3D%2F; )

Here is my post body <?xml version="1.0"?> <entry xmlns="http://www.w3.org/2005/Atom"> <title type="text">Drifting</title> <author> <name>Kinesis</name> </author> <content type="xhtml">

<div xmlns="http://www.w3.org/1999/xhtml"> <p>Here is a post</p> </div> </content> </entry>

And yet I keep getting this error - Uncaught exception 'Zend_Gdata_Exception' with message 'Post to Google failed. Reason: AuthSub token has wrong scope.

I am using the code from here
http://framework.zend.com/manual/en/zend.gdata.blogger.html for the most part. So can some one tell me whats wrong?