favorites.remove

Introduction

Remove games from the current user's favorites.

Parameters

Name Type Description
gids string A comma-delimited list of game IDs to remove from the user's favorites
Please remember the user needs to be an authorized user of your site in order to remove a favorite game. Please read the authorization protocol. This requires the manage_favorites permission to be set.

Using the PHP Library

<?php
$response
=$newhaze->api->favorites_remove(20,24,52);
?>


© 2012 NewHaze   Icons by Pixel Mixer   Help