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
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();
47 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
