Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of german gomez bajo  >  My Tweets  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: example of the functionallity
Class: My Tweets
Retrieve the statuses of a given Twitter user
Author: By
Last change:
Date: 2010-06-23 13:32
Size: 160 bytes
 

Contents

Class file image Download
<?php
require_once("twitter.class.php");

$twitter = new twitter;
$twitter -> my_tweets("germangb""*******"5);   /*user, password and maximum, in order*/
?>