CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of twitter api
function twitter_twitrpix_page($query) {  
    if (user_type() == 'oauth') {  
        //TwitrPix API version 2.01 allows for OAuth  
        //http://twitrpix.com/api/2  
 
        //Has the user submitted an image and message?  
        if ($_POST['message']) {  
            $twitrpixURL = 'http://api.twitrpix.com/2/upload.json'; 
 
            //Set the initial headers  
by @deniahmad   January 31, 2012 @ 9:06pm
54 Views
no comments
 
//add function in twitter.php
 
function ratelimit(){
$request = API_URL."account/rate_limit_status.json";
return twitter_process($request);
}
 
//thema.php
function theme_limit() {
                $limit = ratelimit();
by deni ahmad hidayat   January 31, 2012 @ 8:53pm
47 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate