1 API Parameters
_
2 Resources
2.1 acl
orkut-acl-delete
2.2 counters
orkut-counters-list
2.3 activities
orkut-activities-list
orkut-activities-delete
2.4 activity Visibility
orkut-activity Visibility-get
orkut-activity Visibility-patch
orkut-activity Visibility-update
2.5 badges
orkut-badges-list
orkut-badges-get
2.6 comments
orkut-comments-list
orkut-comments-get
orkut-comments-insert
orkut-comments-delete
2.7 communities
orkut-communities-list
orkut-communities-get
2.8 community Follow
orkut-community Follow-insert
orkut-community Follow-delete
2.9 community Members
orkut-community Members-list
orkut-community Members-get
orkut-community Members-insert
orkut-community Members-delete
2.10 community Messages
orkut-community Messages-list
orkut-community Messages-insert
orkut-community Messages-delete
2.11 community Poll Comments
orkut-community Poll Comments-list
orkut-community Poll Comments-insert
2.12 community Poll Votes
orkut-community Poll Votes-insert
2.13 community Polls
orkut-community Polls-list
orkut-community Polls-get
2.14 community Related
orkut-community Related-list
2.15 community Topics
orkut-community Topics-list
orkut-community Topics-get
orkut-community Topics-insert
orkut-community Topics-delete
2.16 scraps
orkut-scraps-insert
Version: 5.3

Orkut API v2

This documentation has been automatically generated using information supplied by the Google API Discovery service.

Lets you manage activities, comments and badges in Orkut. More stuff coming in time. Google documentation.
(require-gapi-doc "orkut.v2.js")

1 API Parameters

The following optional keyword arguments may be passed to all functions for this web service:

procedure

(_ [#:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A

This is not actually a function. This is just using Scribble’s defproc form to list the optional keyword arguments that may be passed to all functions for this service.

alt: Data format for the response.

fields: Selector specifying which fields to include in a partial response.

key: API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.

oauth_token: OAuth 2.0 token for the current user.

prettyPrint: Returns response with indentations and line breaks.

quotaUser: Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.

userIp: IP address of the site where the request originates. Use this if you want to enforce per-user limits.

2 Resources

2.1 acl

procedure

(orkut-acl-delete #:userId userId    
  #:activityId activityId    
  [#:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  userId : string?
  activityId : string?
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Excludes an element from the ACL of the activity.

userId: ID of the user to be removed from the activity.

activityId: ID of the activity.

2.2 counters

procedure

(orkut-counters-list #:userId userId    
  [#:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  userId : string?
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Retrieves the counters of a user.

userId: The ID of the user whose counters will be listed. Can be me to refer to caller.

2.3 activities

procedure

(orkut-activities-list #:userId userId    
  #:collection collection    
  [#:hl hl    
  #:maxResults maxResults    
  #:pageToken pageToken    
  #:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  userId : string?
  collection : string?
  hl : string? = 'N/A
  maxResults : string? = 'N/A
  pageToken : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Retrieves a list of activities.

userId: The ID of the user whose activities will be listed. Can be me to refer to the viewer (i.e. the authenticated user).

collection: The collection of activities to list.

hl: Specifies the interface language (host language) of your user interface.

maxResults: The maximum number of activities to include in the response.

pageToken: A continuation token that allows pagination.

procedure

(orkut-activities-delete #:activityId activityId    
  [#:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  activityId : string?
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Deletes an existing activity, if the access controls allow it.

activityId: ID of the activity to remove.

2.4 activityVisibility

procedure

(orkut-activityVisibility-get #:activityId activityId 
  [#:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  activityId : string?
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Gets the visibility of an existing activity.

activityId: ID of the activity to get the visibility.

procedure

(orkut-activityVisibility-patch #:activityId activityId 
  [#:visibility visibility 
  #:links links 
  #:kind kind 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  activityId : string?
  visibility : string? = 'N/A
  links : string? = 'N/A
  kind : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Updates the visibility of an existing activity. This method supports patch semantics.

activityId: ID of the activity.

visibility: The visibility of the resource. Possible values are: - default: not hidden by the user - hidden: hidden

links: List of resources for the visibility item.

kind: Identifies this resource as a visibility item. Value: "orkut#visibility"

procedure

(orkut-activityVisibility-update #:activityId activityId 
  [#:visibility visibility 
  #:links links 
  #:kind kind 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  activityId : string?
  visibility : string? = 'N/A
  links : string? = 'N/A
  kind : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Updates the visibility of an existing activity.

activityId: ID of the activity.

visibility: The visibility of the resource. Possible values are: - default: not hidden by the user - hidden: hidden

links: List of resources for the visibility item.

kind: Identifies this resource as a visibility item. Value: "orkut#visibility"

2.5 badges

procedure

(orkut-badges-list #:userId userId    
  [#:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  userId : string?
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Retrieves the list of visible badges of a user.

userId: The id of the user whose badges will be listed. Can be me to refer to caller.

procedure

(orkut-badges-get #:userId userId    
  #:badgeId badgeId    
  [#:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  userId : string?
  badgeId : string?
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Retrieves a badge from a user.

userId: The ID of the user whose badges will be listed. Can be me to refer to caller.

badgeId: The ID of the badge that will be retrieved.

2.6 comments

procedure

(orkut-comments-list #:activityId activityId    
  [#:hl hl    
  #:orderBy orderBy    
  #:maxResults maxResults    
  #:pageToken pageToken    
  #:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  activityId : string?
  hl : string? = 'N/A
  orderBy : string? = 'N/A
  maxResults : string? = 'N/A
  pageToken : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Retrieves a list of comments, possibly filtered.

activityId: The ID of the activity containing the comments.

hl: Specifies the interface language (host language) of your user interface.

orderBy: Sort search results.

maxResults: The maximum number of activities to include in the response.

pageToken: A continuation token that allows pagination.

procedure

(orkut-comments-get #:commentId commentId    
  [#:hl hl    
  #:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  commentId : string?
  hl : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Retrieves an existing comment.

commentId: ID of the comment to get.

hl: Specifies the interface language (host language) of your user interface.

procedure

(orkut-comments-insert #:activityId activityId    
  [#:id id    
  #:actor actor    
  #:links links    
  #:published published    
  #:inReplyTo inReplyTo    
  #:kind kind    
  #:content content    
  #:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  activityId : string?
  id : string? = 'N/A
  actor : string? = 'N/A
  links : string? = 'N/A
  published : string? = 'N/A
  inReplyTo : string? = 'N/A
  kind : string? = 'N/A
  content : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Inserts a new comment to an activity.

activityId: The ID of the activity to contain the new comment.

id: The unique ID for the comment.

actor: The person who posted the comment.

links: List of resources for the comment.

published: The time the comment was initially published, in RFC 3339 format.

inReplyTo: Link to the original activity where this comment was posted.

kind: Identifies this resource as a comment. Value: "orkut#comment"

content: The content of the comment in text/html

procedure

(orkut-comments-delete #:commentId commentId    
  [#:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  commentId : string?
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Deletes an existing comment.

commentId: ID of the comment to remove.

2.7 communities

procedure

(orkut-communities-list #:userId userId    
  [#:hl hl    
  #:orderBy orderBy    
  #:maxResults maxResults    
  #:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  userId : string?
  hl : string? = 'N/A
  orderBy : string? = 'N/A
  maxResults : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Retrieves the list of communities the current user is a member of.

userId: The ID of the user whose communities will be listed. Can be me to refer to caller.

hl: Specifies the interface language (host language) of your user interface.

orderBy: How to order the communities by.

maxResults: The maximum number of communities to include in the response.

procedure

(orkut-communities-get #:communityId communityId    
  [#:hl hl    
  #:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  communityId : string?
  hl : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Retrieves the basic information (aka. profile) of a community.

communityId: The ID of the community to get.

hl: Specifies the interface language (host language) of your user interface.

2.8 communityFollow

procedure

(orkut-communityFollow-insert #:userId userId 
  #:communityId communityId 
  [#:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  userId : string?
  communityId : string?
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Adds a user as a follower of a community.

userId: ID of the user.

communityId: ID of the community.

procedure

(orkut-communityFollow-delete #:userId userId 
  #:communityId communityId 
  [#:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  userId : string?
  communityId : string?
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Removes a user from the followers of a community.

userId: ID of the user.

communityId: ID of the community.

2.9 communityMembers

procedure

(orkut-communityMembers-list #:communityId communityId 
  [#:hl hl 
  #:friendsOnly friendsOnly 
  #:maxResults maxResults 
  #:pageToken pageToken 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  communityId : string?
  hl : string? = 'N/A
  friendsOnly : string? = 'N/A
  maxResults : string? = 'N/A
  pageToken : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Lists members of a community. Use the pagination tokens to retrieve the full list; do not rely on the member count available in the community profile information to know when to stop iterating, as that count may be approximate.

communityId: The ID of the community whose members will be listed.

hl: Specifies the interface language (host language) of your user interface.

friendsOnly: Whether to list only community members who are friends of the user.

maxResults: The maximum number of members to include in the response.

pageToken: A continuation token that allows pagination.

procedure

(orkut-communityMembers-get #:userId userId 
  #:communityId communityId 
  [#:hl hl 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  userId : string?
  communityId : string?
  hl : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Retrieves the relationship between a user and a community.

userId: ID of the user.

communityId: ID of the community.

hl: Specifies the interface language (host language) of your user interface.

procedure

(orkut-communityMembers-insert #:userId userId 
  #:communityId communityId 
  [#:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  userId : string?
  communityId : string?
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Makes the user join a community.

userId: ID of the user.

communityId: ID of the community.

procedure

(orkut-communityMembers-delete #:userId userId 
  #:communityId communityId 
  [#:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  userId : string?
  communityId : string?
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Makes the user leave a community.

userId: ID of the user.

communityId: ID of the community.

2.10 communityMessages

procedure

(orkut-communityMessages-list #:topicId topicId 
  #:communityId communityId 
  [#:hl hl 
  #:maxResults maxResults 
  #:pageToken pageToken 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  topicId : string?
  communityId : string?
  hl : string? = 'N/A
  maxResults : string? = 'N/A
  pageToken : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Retrieves the messages of a topic of a community.

topicId: The ID of the topic which messages will be listed.

communityId: The ID of the community which messages will be listed.

hl: Specifies the interface language (host language) of your user interface.

maxResults: The maximum number of messages to include in the response.

pageToken: A continuation token that allows pagination.

procedure

(orkut-communityMessages-insert #:topicId topicId 
  #:communityId communityId 
  [#:id id 
  #:author author 
  #:links links 
  #:addedDate addedDate 
  #:isSpam isSpam 
  #:subject subject 
  #:body body 
  #:kind kind 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  topicId : string?
  communityId : string?
  id : string? = 'N/A
  author : string? = 'N/A
  links : string? = 'N/A
  addedDate : string? = 'N/A
  isSpam : string? = 'N/A
  subject : string? = 'N/A
  body : string? = 'N/A
  kind : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Adds a message to a given community topic.

topicId: The ID of the topic the message should be added to.

communityId: The ID of the community the message should be added to.

id: The ID of the message.

author: The creator of the message. If ommited, the message is annonimous.

links: List of resources for the community message.

addedDate: The timestamp of the date when the message was added, in RFC 3339 format.

isSpam: Whether this post was marked as spam by the viewer, when he/she is not the community owner or one of its moderators.

subject: The subject of the message.

body: The body of the message.

kind: Identifies this resource as a community message. Value: "orkut#communityMessage"

procedure

(orkut-communityMessages-delete #:topicId topicId 
  #:communityId communityId 
  #:messageId messageId 
  [#:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  topicId : string?
  communityId : string?
  messageId : string?
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Moves a message of the community to the trash folder.

topicId: The ID of the topic whose message will be moved to the trash folder.

communityId: The ID of the community whose message will be moved to the trash folder.

messageId: The ID of the message to be moved to the trash folder.

2.11 communityPollComments

procedure

(orkut-communityPollComments-list #:communityId communityId 
  #:pollId pollId 
  [#:hl hl 
  #:maxResults maxResults 
  #:pageToken pageToken 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  communityId : string?
  pollId : string?
  hl : string? = 'N/A
  maxResults : string? = 'N/A
  pageToken : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Retrieves the comments of a community poll.

communityId: The ID of the community whose poll is having its comments listed.

pollId: The ID of the community whose polls will be listed.

hl: Specifies the interface language (host language) of your user interface.

maxResults: The maximum number of comments to include in the response.

pageToken: A continuation token that allows pagination.

procedure

(orkut-communityPollComments-insert #:communityId communityId 
  #:pollId pollId 
  [#:id id 
  #:author author 
  #:addedDate addedDate 
  #:body body 
  #:kind kind 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  communityId : string?
  pollId : string?
  id : string? = 'N/A
  author : string? = 'N/A
  addedDate : string? = 'N/A
  body : string? = 'N/A
  kind : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Adds a comment on a community poll.

communityId: The ID of the community whose poll is being commented.

pollId: The ID of the poll being commented.

id: The ID of the comment.

author: The creator of the comment.

addedDate: The date when the message was added, in RFC 3339 format.

body: The body of the message.

kind: Identifies this resource as a community poll comment. Value: "orkut#communityPollComment"

2.12 communityPollVotes

procedure

(orkut-communityPollVotes-insert 
  #:communityId communityId 
  #:pollId pollId 
  [#:isVotevisible isVotevisible 
  #:optionIds optionIds 
  #:kind kind 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  communityId : string?
  pollId : string?
  isVotevisible : string? = 'N/A
  optionIds : string? = 'N/A
  kind : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Votes on a community poll.

communityId: The ID of the community whose poll is being voted.

pollId: The ID of the poll being voted.

isVotevisible: Whether this vote is visible to other users or not.

optionIds: The ids of the voted options.

kind: Identifies this resource as a community poll vote. Value: "orkut#communityPollVote"

2.13 communityPolls

procedure

(orkut-communityPolls-list #:communityId communityId    
  [#:hl hl    
  #:maxResults maxResults    
  #:pageToken pageToken    
  #:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  communityId : string?
  hl : string? = 'N/A
  maxResults : string? = 'N/A
  pageToken : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Retrieves the polls of a community.

communityId: The ID of the community which polls will be listed.

hl: Specifies the interface language (host language) of your user interface.

maxResults: The maximum number of polls to include in the response.

pageToken: A continuation token that allows pagination.

procedure

(orkut-communityPolls-get #:communityId communityId    
  #:pollId pollId    
  [#:hl hl    
  #:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  communityId : string?
  pollId : string?
  hl : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Retrieves one specific poll of a community.

communityId: The ID of the community for whose poll will be retrieved.

pollId: The ID of the poll to get.

hl: Specifies the interface language (host language) of your user interface.

2.14 communityRelated

procedure

(orkut-communityRelated-list #:communityId communityId 
  [#:hl hl 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  communityId : string?
  hl : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Retrieves the communities related to another one.

communityId: The ID of the community whose related communities will be listed.

hl: Specifies the interface language (host language) of your user interface.

2.15 communityTopics

procedure

(orkut-communityTopics-list #:communityId communityId 
  [#:hl hl 
  #:maxResults maxResults 
  #:pageToken pageToken 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  communityId : string?
  hl : string? = 'N/A
  maxResults : string? = 'N/A
  pageToken : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Retrieves the topics of a community.

communityId: The ID of the community which topics will be listed.

hl: Specifies the interface language (host language) of your user interface.

maxResults: The maximum number of topics to include in the response.

pageToken: A continuation token that allows pagination.

procedure

(orkut-communityTopics-get #:topicId topicId    
  #:communityId communityId    
  [#:hl hl    
  #:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  topicId : string?
  communityId : string?
  hl : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Retrieves a topic of a community.

topicId: The ID of the topic to get.

communityId: The ID of the community whose topic will be retrieved.

hl: Specifies the interface language (host language) of your user interface.

procedure

(orkut-communityTopics-insert 
  #:communityId communityId 
  [#:isShout isShout 
  #:id id 
  #:author author 
  #:links links 
  #:isClosed isClosed 
  #:lastUpdate lastUpdate 
  #:latestMessageSnippet latestMessageSnippet 
  #:messages messages 
  #:numberOfReplies numberOfReplies 
  #:body body 
  #:kind kind 
  #:title title 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  communityId : string?
  isShout : string? = 'N/A
  id : string? = 'N/A
  author : string? = 'N/A
  links : string? = 'N/A
  isClosed : string? = 'N/A
  lastUpdate : string? = 'N/A
  latestMessageSnippet : string? = 'N/A
  messages : string? = 'N/A
  numberOfReplies : string? = 'N/A
  body : string? = 'N/A
  kind : string? = 'N/A
  title : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Adds a topic to a given community.

communityId: The ID of the community the topic should be added to.

isShout: Whether this topic is a shout.

id: The ID of the topic.

author: The creator of the topic.

links: List of resources for the community.

isClosed: Whether the topic is closed for new messages.

lastUpdate: The timestamp of the last update, in RFC 3339 format.

latestMessageSnippet: Snippet of the last message posted on this topic.

messages: Most recent messages.

numberOfReplies: The total number of replies this topic has received.

body: The body of the topic.

kind: Identifies this resource as a community topic. Value: "orkut#communityTopic"

title: The title of the topic.

procedure

(orkut-communityTopics-delete #:topicId topicId 
  #:communityId communityId 
  [#:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  topicId : string?
  communityId : string?
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Moves a topic of the community to the trash folder.

topicId: The ID of the topic to be moved to the trash folder.

communityId: The ID of the community whose topic will be moved to the trash folder.

2.16 scraps

procedure

(orkut-scraps-insert [#:id id    
  #:access access    
  #:actor actor    
  #:links links    
  #:published published    
  #:verb verb    
  #:kind kind    
  #:title title    
  #:object object    
  #:updated updated    
  #:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  id : string? = 'N/A
  access : string? = 'N/A
  actor : string? = 'N/A
  links : string? = 'N/A
  published : string? = 'N/A
  verb : string? = 'N/A
  kind : string? = 'N/A
  title : string? = 'N/A
  object : string? = 'N/A
  updated : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Creates a new scrap.

id: The ID for the activity.

access: Identifies who has access to see this activity.

actor: The person who performed the activity.

links: Links to resources related to this activity.

published: The time at which the activity was initially published.

verb: This activity’s verb, indicating what action was performed. Possible values are: - add - User added new content to profile or album, e.g. video, photo. - post - User publish content to the stream, e.g. status, scrap. - update - User commented on an activity. - make-friend - User added a new friend. - birthday - User has a birthday.

kind: The kind of activity. Always orkut#activity.

title: Title of the activity.

object: The activity’s object.

updated: The time at which the activity was last updated.