Adds a group.
public long profile_addGroup( String accessToken, Group group );
The profile_addGroup operation adds a new group to Vibe.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
A Group Java object containing information needed to create the new group in Vibe.
The identifier of the newly created group.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)