Add Group Comment
From KickApps Documentation
Adds a new comment to an existing group. You can make an HTTP POST or GET request for this call. This call may only be invoked if the token identifies the session as belonging to the administrator or a member who has joined the group.
http://api.kickapps.com/rest/comment/add/v2/group/{mediaId}/{as}
Contents |
Parameters
As shown above, your call will include the following parameters:
- mediaId. The ID of the group to which the comment will be added.
- as. The site that the group is a part of. as is unique for each of the affiliate's sites.
Post Parameters
- t. String. Required. Your access permissions.
- callback. String. Optional. The name of your JavaScript callback function.
- clientIP. String. Optional. Use the clientIP parameter to pass the IP address of the user making the call. If the IP has been blocked by the webmaster under the Affiliate Center -> Manage Members section, an error message will be returned starting with "status":"-1","error":"This IP address has been banned".
- comment. Required. The text of the comment to be added.
- updatedAt. Optional. The date on which the group should be marked as modified. If its not passed the the time this call is made will be used. Format: mm/dd/yyyy hh:mm
- createdAt. Optional. The date on which the group should be marked as created. If its not passed the the time this call is made will be used. Format: mm/dd/yyyy hh:mm
JSON Payload
On success a similar payload will be returned:
{"message":"The comment has been added successfuly.","newCommentId":55814,"error":"","state": "approved", "status":"1","payload_type":"json"}
List of Kit Cloud Social API Calls
Note: Occasionally (and without advanced warning) we modify our API calls by adding new parameters in the response payload. Please keep this in mind when designing your strategy for parsing our responses.
Favorites






