Remove OAuth 1.0 support.
Reviewed in http://codereview.appspot.com/6063052/
diff --git a/docs/dyn/orkut.v2.activities.html b/docs/dyn/orkut.v2.activities.html
index f30ab7a..339bee1 100644
--- a/docs/dyn/orkut.v2.activities.html
+++ b/docs/dyn/orkut.v2.activities.html
@@ -65,7 +65,7 @@
"community": { # The community which is related with this activity, e.g. a joined community.<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>
@@ -79,16 +79,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>
@@ -99,7 +99,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>
@@ -149,7 +149,7 @@
],<br>
"actor": { # The person who posted the comment.<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>
@@ -167,7 +167,7 @@
"updated": "A String", # The time at which the activity was last updated.<br>
"actor": { # The person who performed the activity.<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>