Add Profile Comment
From KickApps Documentation
Add a comment to a member's profile. Calls to the API are shown in Example Requests. Your request will look something like the following.
http://api.kickapps.com/rest/friend/comment/v2/{friendId}/{as}
Contents |
Parameters
As shown above, your call will include the following parameters:
- friendId. The Id of the member whose profile will be commented.
- as. The site that the profile is associated with.
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".
- subject. Optional. A descriptive title for the comment.
- comment. The text of the comment. The comment text can be no longer than 5000 characters in length.
- updatedAt. Optional. The date on which the profile 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 profile 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":"","status":"1","payload_type":"json"}
On error a similar payload will be returned:
{"payload_type":"json","status":"-1","error":"unable to locate media"}
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






