Help for this page

Select Code to Download


  1. or download this
    $hmac_key = 'your hmac key';
    $hmac_secret = 'your secret';
    ...
    curl_close($ch);
    echo $result;
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    print $res->status_line, "\n";
    }