api

API sanity autotest help needed

I am trying to auto-generate Unit Tests for my C code using API sanity autotest. But, the problem is that it is somewhat complex to use, and some tutorials / howto / other resources on how to use it would be really helpful. Have you had any luck with API sanity autotest? Do you think there's a better tool that can be used to auto-gener...

How and Where do I learn about how to hook up my uncreated Database to a 3rd party API

I want to create a database with information that I can send to a third party... they give their api on their website but they don't break it down for new / newbs like myself... I'm confused and was thinking of getting a developer to do this all for me but I DON'T want to get ripped off... and overpay All it is is a webapplication back...

CentovaCast PHP Wrapper

Does anyone know of a good PHP wrapper for CentovaCast's XML API? ...

UK IP address lookup API

Hi, im looking for a UK IP address lookup api ( or PHP script ) to find the location of a user. I want to produce more relevent results for a user when searching a directory. All the ones I have found just say 'UK' and dont get any more information than that. Can anyone point me in the right direction? Regards, Phil ...

Using Facebook Connect auth.RevokeAuthorization in ASP.NET

I'm confused as to how revoking authorization works in the ASP.NET Toolkit. I've tried issuing the following: ConnectSession connect = new ConnectSession(FacebookHelper.ApiKey(), FacebookHelper.SecretKey()); Auth x = new Auth(fbSession); x.RevokeAuthorization(); But I get an object reference error during the Revoke...

Having trouble setting up API call using array of parameters

I am building a class to send API calls to Rapidshare and return the results of said call. Here's how I want the call to be done: $rs = new rs(); $params = array( 'sub' => 'listfiles_v1', 'type' => 'prem', 'login' => '10347455', 'password' => 'not_real_pass', 'realfolder' => '0', 'fields' => 'filen...

How can I create a Searchstring for a Google AJAX Search API?

Hello, i have this code to get the search resutls from the api: querygoogle.php: <?php session_start(); // Here's the Google AJAX Search API url for curl. It uses Google Search's site:www.yourdomain.com syntax to search in a specific site. I used $_SERVER['HTTP_HOST'] to find my domain automatically. Change $_POST['searchquery'] to ...

Rails 3: What is the proper way to respond to REST-ful actions with JSON in rails?

Hello SO. I'm trying to make an API for my rails application using JSON responses to RESTful resource controllers. This is a new experience for me, so I'm looking for some guidance and pointers. To start things off: In a rails application, what is the "proper" way to respond with JSON to REST-ful controller methods? (create, update, d...

How to design a streaming API

I want to design a web svc that will push out data as they arrive at the backend server. Something like a twitter streaming API. I want to use the .Net platform The consumers can use json and javascript events to be notified when new stuff is in the pipe. How can I design something like this? ...

New preg-repleace for youtube

Welcome, I notice that Youtube make some changes into their website code. Anyone have idea how make it working today ? That's my script (don't work anymore) preg_match('/"video_id": "(.*?)"/', $page, $match); $var_id = $match[1]; preg_match('/"t": "(.*?)"/', $page, $match); $var_t = $match[1]; Look at source of example Youtube vid...

Making an application draw a surface other than the desktop

Hello Im looking for a way to get an application, any application, that has been started using ShellExecuteEx or CreateProcess to draw on an offscreen surface such as a bitmap instead of drawing on the desktop, this should include any dialogs the (Open, Save, messages) that the application invokes. I am familiar with the Windows API, ...

Facebook Api - send messages to friends

I need to get via facebook connect user's info and send private message to all of his friends... Is it possible? ...

Google Account ID?

Hi, I am building an app on top of Google Reader. Since users have to enter their Google Account data, I'd like to use this data to assign personal settings to each user. However, if I do so and a user would change his email adress or password(for the whole Google Account), I wouldn't be able to identify him anymore. Thus, I need to kn...

Why do people have to use multiple versions of jQuery on the same page?

I have noticed that sometimes people have to use multiple versions of jQuery in the same page (See question 1 and question 2). I assume people have to carry old versions of jQuery because some pieces of their code is based on an older version of jQuery. Obviously, this approach causes inefficiency. The ideal solution is to refactor the o...

Dropbox.com API for .NET

Hi, I'm looking for an API to work with dropbox.com from .NET. ...

How to use Facebook or othr social API to extend a personal site

I am designing a new site, and currently I'm looking for a powerfull CMS (like Wordpress, etc) to design my site based on it. every CMS has its own framework and that framework provide some functionality. But I want to create a flexible Framework wich can collaborate with ( and use from ) the other sites provided API to extend its func...

Is there a way to download the rendered view of a google motion-chart as a .png?

I am using Google motion-charts in a web-site developed in python/django. Is there a way to save the rendered view of a google motion-chart as an image (server-side)? For the more basic chart types - such as scatter diagrams - the command chart.download('scatter-random-marker-sizes.png') works fine, but I have not found an equivalent f...

google search api for C#

Now that Google's discontinued their SOAP API, what can I use to search from C# code... I know they have an javascript ajax API, I've implemented it and it works, just need to do the same thing but from back end code. Thanks, Matt ...

API to lookup product information by UPC?

Is there an API that allows lookup of product information by UPC? I know that Amazon has the Product Advertising API but don't think it can be used for any purpose other than sending traffic to amazon.com as per their license agreement here. Specifically, my application would not have the principal purpose of advertising and marketi...

Anyone run recurring payments in their website? Preferably; Paypal API

I'm wrapping up my startup and will need to implement Paypal API into my sign up page. Does anyone use recurring payments via Paypal API integrated into their billing? Better yet, guide me to a trustable developer with experience or will I have to use Elance? I need it to go to a welcome/get started screen in their logged in account on...