Adds a comment to a site user's profile from the current user.
| Name | Type | Description |
| uid | int | The ID of the user to post the comment to |
| comment | string | A base-64 encoded comment to be posted (note: the PHP API automatically base-64 encodes the comment for you) |
<?php
$response=$newhaze->api->feed_addProfileComment($uid,$comment);
?>
© 2012 NewHaze Icons by Pixel Mixer Help