folder_addMicroBlog

Adds a micro-blog entry to a folder.

Syntax

public long folder_addMicroBlog( String accessToken, string text );

Description

The folder_addMicroBlog operation adds a micro-blog entry to a folder.

Parameters and Return Value

accessToken

Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.

text

A string containing the text of the micro-blog to create.

return_value

The entry identifier of the newly created micro-blog entry.

See Also