feed.removePost

Introduction

Removes posts from the current user's news feed.

Parameters

Name Type Description
pids string A comma-delimited list of post IDs
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_feed permission to be set.

Using the PHP Library

<?php
$response
=$newhaze->api->feed_removePost(500,653,532);
?>


© 2012 NewHaze   Icons by Pixel Mixer   Help