Voting

: six plus zero?
(Example: nine)

The Note You're Voting On

zverik at textual dot ru
11 years ago
If $extra_parameters is not an array, you have to specify Content-Type header, or else you'll get HTTP 401 error. Example:

<?php
$oauth
->fetch(ENDPOINT, '{"action": "get_user_info"}', OAUTH_HTTP_METHOD_PUT, array('Content-Type' => 'application/json'));
?>

<< Back to user notes page

To Top