Follow selected group of users
Usage:http://donbaler.com/1/groups/follow/id.format
Method: POST
Supported Formats: XML, JSON
Requires Authentication: true
API rate limited: false
Parameters: group_id, groupname
Response:
< user> user parameters: </user>
Example:http://donbaler.com/1/groups/follow/1234.xml
Example:http://donbaler.com/1/groups/follow/my_group.xml
Unfollow selected group of users
Usage:http://donbaler.com/1/groups/unfollow/id.format
Method: POST
Supported Formats: XML, JSON
Requires Authentication: true
API rate limited: false
Parameters: group_id, groupname
Response:
< user> user parameters: </user>
Example:http://donbaler.com/1/groups/unfollow/1234.xml
Example:http://donbaler.com/1/groups/unfollow/my_group.xml
List with all members of a group
Usage:http://donbaler.com/1/groups/membership/id.format
Method: GET
Supported Formats: XML, JSON
Requires Authentication: true
API rate limited: false
Parameters: group_id, groupname
Response:
< users> user parameters: </users>
Example:http://donbaler.com/1/groups/membership/1234.xml
Example:http://donbaler.com/1/groups/membership/my_group.xml
List with the titles of all public groups in the network
Usage:http://donbaler.com/1/groups/all_groups.format
Method: GET
Supported Formats: XML, JSON
Requires Authentication: true
API rate limited: false
Parameters: none
Response:
< groups>
< id> group_id </id>
< name> group_name </name>
user parameters:
</groups>
Example:http://donbaler.com/1/groups/all_groups.json
Authenticated user creates a group.
Usage:http://donbaler.com/1/groups/create.format
Method: POST
Supported Formats: XML, JSON
Requires Authentication: true
API rate limited: false
Parameters: title, groupname(3,30 chars), description, type(public, private)
Response:
< groups>
< id> group_id </id>
< name> group_name </name>
user parameters:
</groups>
Example:http://donbaler.com/1/groups/create.json?t...oup&type=public
Authenticated user destroys a group.
Usage:http://donbaler.com/1/groups/destroy/id.format
Method: POST
Supported Formats: XML, JSON
Requires Authentication: true
API rate limited: false
Parameters: group_id, groupname
Response:
< groups>
< id> group_id </id>
< name> group_name </name>
user parameters:
</groups>
Example:http://donbaler.com/1/groups/destroy/my_group_name.json