Hi,

The problem is a bug on the URL for RetrieveGroups, it will be fix on
the next release.

You would need to download the code from the SVN and change the
function RetrieveGroups to be able to use it before the next release,
I'll try to make this high priority, it should be soon on the SVN and
later on the release.

--- Donner4/clients/cs/src/gapps/groupsservice.cs       (revision 826)
+++ Donner4/clients/cs/src/gapps/groupsservice.cs       (working copy)
@@ -207,7 +207,7 @@
         public AppsExtendedFeed RetrieveGroups(String memberId,
Boolean directOnly)
         {
             Uri getGroupUri = new Uri
(AppsGroupsNameTable.AppsGoogleGroupsBaseFeedUri + "/"
-               + domain + "?memberId=" + memberId + "&directOnly=" +
directOnly.ToString());
+               + domain + "?member=" + memberId + "&directOnly=" +
directOnly.ToString());
             return QueryGroups(getGroupUri);
         }

Thanks,
Julian

On Jan 25, 11:34 pm, Daniel <[email protected]> wrote:
> I should probably clarify that for RetrieveGroups, I tested it on a
> new account, one not belonging to any group, and yet it listed that he
> belongs to every group.
>
> For example:
>
> > extendedFeed = service.Groups.RetrieveGroups(newMemberId, true);
> > // PsuedoCode: SaveToXML like the previous example as file1
> > extendedFeed  = service.Groups.RetrieveGroups(newMemberId, false);
> > // PsuedoCode: SaveToXML like the previous example as file2
> > extendedFeed = service.Groups.RetrieveAllGroups();
> > // PsuedoCode: SaveToXML like the previous example as file3
> > // Compare all three files, and all three files and the content of all 
> > three files are the same
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Apps APIs" 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-apps-apis?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to