PATH:
opt
/
cpanel
/
ea-php74
/
root
/
usr
/
share
/
doc
/
pecl
/
oauth
/
examples
/
netflix
<?php /* you need to register a consumer key at http://developer.netflix.com/member/register, after registering you are given the secret */ define('OAUTH_CONSUMER_KEY', 'pjb7agfbpmk9fvt44sz4p2na'); define('OAUTH_CONSUMER_SECRET', 'd2CUeHU53S'); define('OAUTH_TMP_DIR', function_exists('sys_get_temp_dir') ? sys_get_temp_dir() : realpath($_ENV["TMP"])); ?>
[+]
..
[-] config.inc.php
[edit]
[-] request_token.php
[edit]
[-] access_token.php
[edit]
[-] feeds.php
[edit]
[-] rental_history_atom.php
[edit]