Config.inc.php 284 Bytes
<?php
defined('SITE_MAIN') || define('SITE_MAIN', $_SERVER['HTTP_HOST']);

return array(
	'appId' => 'b18e37d93ab849d2b150ec5b41572e93',
	'appKey' => '6376a9425dbf401cade62aea791ee2a6',
	'callback' => SITE_MAIN . '/oauth/renrencallback',
    'scope' => 'publish_feed,photo_upload',
);