File "config-sample.php"

Full path: /home/cakedeco/retaildirectonline.co.uk/twitter/twitteroauth/config-sample.php
File size: 240 B (240 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php

/**
 * @file
 * A single location to store configuration.
 */

define('CONSUMER_KEY', 'CONSUMER_KEY_HERE');
define('CONSUMER_SECRET', 'CONSUMER_SECRET_HERE');
define('OAUTH_CALLBACK', 'http://example.com/twitteroauth/callback.php');