feed.addProfileComment

Introduction

Adds a comment to a site user's profile from the current user.

Parameters

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)
Please remember the user needs to be an authorized user of your site in order to post a comment. Please read the authorization protocol. This requires the manage_comments permission to be set.

Using the PHP Library

<?php
$response
=$newhaze->api->feed_addProfileComment($uid,$comment);
?>


© 2012 NewHaze   Icons by Pixel Mixer   Help