ZF-7876: Zend_Gdata for groups not up to date with google version 2.0
Description
Zend Framework Gdata group uses a non-support version of HTTP-Request-Type, see link http://code.google.com/apis/apps/….
This makes the following does not work: "Retrieve All Email List Subscriptions for an Email Address"
Check the following: ZendGdata-1.9.2\library\Zend\Gdata\Gapps.php const APPS_EMAIL_LIST_PATH = '/emailList/2.0'; const APPS_EMAIL_LIST_RECIPIENT_POSTFIX = '/recipient';
Comments
Posted by Trevor Johns (tjohns) on 2009-09-22T17:57:07.000+0000
I was told that the old URL, while depreciated, should still work for now.
If you're having problems, can you let me know what the error you're getting is?
Posted by Trevor Johns (tjohns) on 2010-10-04T16:33:20.000+0000
Fixed by r22511.