API Key"; $secret_name = "Secret Key API Secret"; $show_test_environment = false; $instructions = array( 'Register a Disqus application.', 'Enter your Public Key and Secret Key that you receive below.', 'Follow the OAuth process of allowing BigTree/your application access to your Disqus account.' ); function __localBigTreeAPIReturn(&$api) { $user = $api->getUser(); $api->Settings["user_name"] = $user->Name; $api->Settings["user_image"] = $user->Image; $api->Settings["user_id"] = $user->ID; } ?>