PHP Classes

File: example.php

Recommend this page to a friend!
  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: 14 years ago
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*/
?>