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 Teaming 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 Teaming sources (see Section 1.7.1, Working with Java Objects)