Login   Register  
PHP Classes
elePHPant
Icontem

File: configuration.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Manuel Lemos  >  PHP Twitter Feed  >  configuration.php  >  Download  
File: configuration.php
Role: Configuration script
Content type: text/plain
Description: Default configuration
Class: PHP Twitter Feed
Generate RSS feeds from timelines and searches
Author: By
Last change:
Date: 2013-06-21 05:13
Size: 251 bytes
 

Contents

Class file image Download
<?php
    $twitter
->consumer_key ''$configuration_line __LINE__$configuration_file __FILE__;
    
$twitter->consumer_secret '';
    
$twitter->access_token ''$token_line __LINE__$token_file __FILE__;
    
$twitter->access_token_secret '';
?>