api

jQuery Tools: Expose... API Problem

I am trying to use jQuery Tools EXPOSE function. I have successfully implement the overlay tool as well as its API object (so I can call api.close()). I think I am having a problem with the initializing line and the proper object is not being passed to my API variable. You can see the error listed below in the comments. http://cdn.jquer...

API for Google Goggles or Visual Search?

Are there any APIs similar to Google Goggles that accepts a picture as input and outputs text descriptions? In other words, we're looking for a visual search API. if we submit photos, we want the service to say what the item is and provide a brief description ... similar to Google Goggles. Does this exist? ...

api integration in php

hi every one . i want to integrate feature of sound cloud on my website in php. can any one have idea to integrate. i have studied in documentation but not get. mainly for uploading and streming. Please help ASAP thanks ...

Google maps api,Postgis,Multipolygon

Hello all PostGis WKT format of Multipolygon is: MULTIPOLYGON( ((20.229 39.409,20.2241 39.401,20.220 39.410,20.229 39.409)), ((20.209 39.407,20.223 39.400,20.211 39.402,20.209 39.4076)) ) Google Maps api v3 Polygon is: var triangleCoords = [ new google.maps.LatLng(25.774252, -80.190262), new google.maps.LatLng(18.466465, -66....

Facebooker + Devise = "like_it" button : "b is undefined"

I'm using devise with the facebooker plugin. What is the best option to make a "like_it" button on my webpage without the iframe approach ? I have <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml"&gt; <script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/Featu...

How to use UUIDs but remain compatible to existing DB ids?

Hi, we are currently designing an API for our product. The API offers access to a graph consisting of relations between types, such as users, posts or the like. Now, those objects are referenced by primary key id in our database, but since every object is in a different table, those ids collide without the information of the type of ob...

Does anyone actually have the facebook graph insights api working today?

I went through all the oauth setup, authorized my app, got a token, but when I try to pull insights data for any page, the values are all zeros, see this thread others are having same problem: http://forum.developers.facebook.com/viewtopic.php?pid=239754#p239754 Im just wondering if its a code problem or a problem with facebook? If you...

FB.api: Error 500, callback function not executed.

FB returns error 500 and says: (got this from the net tab in FireBug) FB.ApiServer._callbacks.f159e9f3f5816a({ "error": { "type": "Exception", "message": "(#341) Feed action request limit reached" }}); 3 questions: Have any one else encountered this ? How do I get the response/callback from the server if it...

Is it worth it to memorize windows API "language"

Hello, so i read a tutorial saying it is not worth it to memorize the windows API template. Do you as programmers memorize the template or just create one from the wizard? also does anyone know a good web source to learn windows programming better? theForger's is okay but more of a reference guide than a learning source ...

Best soap tutorials

I am looking to start a project that will involve the use of soap quite extensively. However... I know nothing about it! I was wondering if the community here could point me towards a few of the choicer tutorials on the net instead of having to wade through countless sub-par search results. And when I say I know nothing about it, I mean ...

Python - Which of these is a good way to request an API?

Whenever looking at API libraries for Python, there seems to be about half of them simply using: response = urllib2.urlopen('https://www.example.com/api', data) and about half using: connection = httplib.HTTPSConnection('www.example.com/api') # ... rest omitted for simplicity I tend to think the second version is "cooler" (I'm bias...

Facebook Graph API: What is error code 506

While posting to Facebook through the Graph API, I get GraphAPIError: (#506) Duplicate status message. Where is the documentation for this? I've checked http://wiki.developers.facebook.com/index.php/Error_codes and it is not listed. I can guess that it has something to do with duplicate posts but what are the exact specs for causing this...

Options for Javascript Client Library for a Server Side API

I would like to write a Javascript library to wrap an API I plan on using in my application. Now because of XSS restrictions I cannot simply have my script call out to the server hosting the API. What are the options to get around this? My initial research has turned up: proxy: have the client library make calls back to my webapp's ...

How to change Geo information to real name

Is there a way to convert Geo information to real place name? For example, I take a photo on "137-159 New Montgomery St San Francisco, CA 94105", the Geotagging information is : geo:37.786971,-122.399677 when I type the geo in google map, it can show the place name to me. Does google provide API to get it? Thanks in advance. ...

Uploading a video without metadata failed(status code 400)

I sent the following content to uploads.gdata.youtube.com and got a response with status code 400. POST http://uploads.gdata.youtube.com/resumable/feeds/api/users/liulz1/uploads HTTP/1.1 Host: uploads.gdata.youtube.com Authorization: GoogleLogin auth=DQAAAIgAAACqJxbrRFP...-MIw2Z5F0 GData-Version: 2 X-GData-Key: key=AI39si...9scw1A Cont...

WildWestDomains API

I am interested in purchasing the script and your programming notes for the WildWestDomains API and certification process. Any way you can reduce your price? ...

Usinng Amazon API to mark orders as shipped?

I'm trying to use the Amazon Merchant API (I think that's the name of it, I can't find docs anywhere...) to mark orders as shipped. We process orders in an internal system, and I need a way to find the corresponding amazon order, and confirm shipment -- basically the same thing you do manually from the orders tab of your seller account. ...

JSON API intended for JavaScript use - handle session data server side, or in browser?

I'm building an API that will use JSON. The primary use for this API will be AJAX in a browser but it may also be used server-side by user's PHP scripts, etc. There are 2 ways I can do this (I think): Build the API so that it uses HTTP headers to set a session cookie and retrieve all data for maintaining state by using the COOKIE['ses...

Cocoa API - Does it contain a diff api?

I'm wondering if there is a diff API in Cocoa, I've attempted to google it but its not bring back any results that are useful. If there isn't an API for this would it be better to call diff from /usr/bin/ or to write my own diff. All I need it for is text-files with a possibility of branching out into binaries and folders later. Thank...

Using last.fm API in javascript

I have very little experience with web development. I have a little experience with HTML and I am learning JavaScript right now. I created a program in Java using a a last.fm library for Java. I was able to get user information, artist information, and venue information. Now I want to try and do that in a webpage, which is where my probl...