Welcome To Snipplr
Everyone's Recent Snippets Tagged api
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This is a public jsonp api. I use it with jQuery Like This:
$.getJSON("http://yourdomain/yourpath/jsonp_api.php?method=getSchema¶ms=your_db_name&jsoncallback=?",
function(data){
//DO SOMETHING WITH THE DATA HERE
}...
1
1220
posted 12 years ago by halk
This is a useful class which utilizes Phil Sturgeon's helpful restclient (http://getsparks.org/packages/restclient/versions/HEAD/show). Reference the URL attached for PinnacleCart API docs.
Example request URLs to get products and categories:
#...
0
1152
posted 12 years ago by crypticsoft
You will need to get an account at [GrabzIt](http://grabz.it) once you have this you need to add your [authorized domain](http://grabz.it/account/domains.aspx) this stops people using your account resources.
Then get your [application key](http://...
0
938
posted 12 years ago by Maximus1983
This is the Batch API example shown on http://api.drupal.org/api/drupal/developer--hooks--install.php/function/hook_update_N/6.
1
886
posted 13 years ago by wizonesolutions
A simple script to show a followers list in Wordpress. (It can be used in other places also, you have to change the WP specific variables). The script needs to create a cache file to not overload Twitter API.
0
953
posted 13 years ago by jhonqwerty
This is a very rudimentary function used to convert a Datetime delivered by the Twitter API to a format you can store in MySQL's datetime field.
0
1613
posted 13 years ago by aristoworks
This code snippet gets all information from a YouTube video (title, description, duration, thumbnail url, thumbnail width, thumbnail height, etc..) using the video id and YouTube API.
0
2234
posted 13 years ago by TimoZachi
get token
upload track
download track to client ( request --> REDIRECT --> follow it to get download
0
2180
posted 13 years ago by rowntreerob
Ordena alfabéticamente el array $friends['data'] obtenido con la api de facebook.
0
1164
posted 13 years ago by serialk89
[Query related to PHP code to save tweets from the twitter search API to a MySQL database](http://snipplr.com/view/56994/save-tweets-using-php-from-the-twitter-search-api-to-a-mysql-database/ "PHP code to save tweets from the twitter search API to a...
0
1577
posted 13 years ago by eddequincey
[Related SQL query to create the storage table](http://snipplr.com/view/56995/sql-query-to-create-a-table-in-mysql-to-store-tweets/ "Related SQL query to create the storage table")
0
1911
posted 13 years ago by eddequincey
Envia un mensaje a los amigos desde method send de facebook graph
0
831
posted 13 years ago by serialk89