Remove OAuth 1.0 support.
Reviewed in http://codereview.appspot.com/6063052/
diff --git a/docs/dyn/orkut.v2.communities.html b/docs/dyn/orkut.v2.communities.html
index ea1bf8a..acfc834 100644
--- a/docs/dyn/orkut.v2.communities.html
+++ b/docs/dyn/orkut.v2.communities.html
@@ -14,7 +14,7 @@
<td width="100%">Methods defined here:<br>
<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves the profile of a community.<br>
+<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves the basic information (aka. profile) of a community.<br>
<br>
Args:<br>
hl: string, Specifies the interface language (host language) of your user interface.<br>
@@ -26,7 +26,7 @@
{<br>
"category": "A String", # The category of the community.<br>
"kind": "orkut#community", # Identifies this resource as a community. Value: "orkut#community"<br>
- "member_count": 42, # The count of members on the community.<br>
+ "member_count": 42, # The number of users who are part of the community. This number may be approximate, so do not rely on it for iteration.<br>
"description": "A String", # The description of the community.<br>
"language": "A String", # The official language of the community.<br>
"links": [ # List of resources for the community.<br>
@@ -40,16 +40,16 @@
"creation_date": "A String", # The time the community was created, in <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> format.<br>
"owner": { # The person who owns the community.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
"id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.<br>
},<br>
- "moderators": [ # The moderator of the community.<br>
+ "moderators": [ # The list of moderators of the community.<br>
{<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -60,7 +60,7 @@
"co_owners": [ # The co-owners of the community.<br>
{<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -72,7 +72,7 @@
"name": "A String", # The name of the community.<br>
}</tt></dd></dl>
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves the communities an user is member of.<br>
+<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves the list of communities the current user is a member of.<br>
<br>
Args:<br>
orderBy: string, How to order the communities by.<br>
@@ -91,7 +91,7 @@
{<br>
"category": "A String", # The category of the community.<br>
"kind": "orkut#community", # Identifies this resource as a community. Value: "orkut#community"<br>
- "member_count": 42, # The count of members on the community.<br>
+ "member_count": 42, # The number of users who are part of the community. This number may be approximate, so do not rely on it for iteration.<br>
"description": "A String", # The description of the community.<br>
"language": "A String", # The official language of the community.<br>
"links": [ # List of resources for the community.<br>
@@ -105,16 +105,16 @@
"creation_date": "A String", # The time the community was created, in <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> format.<br>
"owner": { # The person who owns the community.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
"id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.<br>
},<br>
- "moderators": [ # The moderator of the community.<br>
+ "moderators": [ # The list of moderators of the community.<br>
{<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -125,7 +125,7 @@
"co_owners": [ # The co-owners of the community.<br>
{<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>