Adds a micro-blog entry to a folder.
public long folder_addMicroBlog( String accessToken, string text );
The folder_addMicroBlog operation adds a micro-blog entry to a folder.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
A string containing the text of the micro-blog to create.
The entry identifier of the newly created micro-blog entry.
Java objects in the Vibe sources (see Working with Java Objects)