api

Connecting to GMail programmatically using C or Visual Basic

I'm trying to make a small program (in either C or Visual Basic) to simply connect to a gmail email account. Then a simple if statement which will be if new mail received, label.text = "new mail" etc. I have spent hours and hours searching and I still can't figure this out without paying for scripts. Any help on this would be gratefull...

asynchronous stateless API

Hi, Imagine a table view listing some recipes. Each time the user taps on a recipe a new table view is loaded listing receipe ingredients. To get the information, I'm asynchronous calling a REST API using: NSURLRequest *request = [NSURLRequest requestWithURL:url cachePolicy:NSURLRequestReloadIgnor...

.NET Security Error accessing external API

Hi, i'm building a small Twitter web app for myself. I am using TweetSharp but I keep getting an error: Server Error in '/test' Application. Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system...

Parsing Data returned from Twitpic API

Hi there, I just wanted to ask you if anyone can help me parsing the returned data from the Twitpic API? I'm creating a HTTPFormRequest using the ASIHTTPRequest Wrapper for Cocoa. This all happens in an iPhone application: NSURL *url = [NSURL URLWithString:@"http://twitpic.com/api/upload"]; NSString *username = t_user; NSString *pa...

support new facebook API instead of $facebook->api_client->profile_setFBML($profileContent);

Hi, I looked at Facebook page, and they not supported with the PHP Api: $facebook->api_client->profile_setFBML($profileContent); can anyone help me with another possible API to use. Thanks ...

Can I use private APIs for an iPhone Enterprise application?

I'm looking into developing an enterprise iPhone app. As it will be proprietary and will not be submitted to the App store, am I free to use private APIs? ...

API security question: SSL or more?

I am developing an API for a web application. Desktop clients will interact with the API using simple HTTP posts (REST). I will be using SSL, there is no question about that. My question is this: should I also be encrypting the data before it is sent over SSL? The information being sent may contain confidential information. Is SSL enough...

Analytics API to check which bot visited

Does anyone know how to find out which bot visited your website/page using google analytics API and .Net ? ...

Serial Port Access Control Problem - Multi-user access to single port resources on embedded platforms

So here is an interesting question. When you have an embedded device with multiple communications ports, and potentially multiple tasks, each with their own protocols, needing to access these ports at the same time, how do you manage control and access to the port resources? I am running an embedded OS (FreeRTOS to be precise) so I hav...

XQuery library under Python.

Hey Is there any existing way to run XQuery under python? (not starting to build a parser yourself in other words). I got a ton of legacy XQuery that I want to port to our new system, or rather I want to port the framework and not XQuery. Therefore: Is there any library that allows me to run XQuery under python? ...

What are good platforms for running out a free application API?

I have a specialized application I would like to make accessible through a public API. I am wondering what platform to host this on. I am looking for something with low-cost or free hosting. I know Google Apps Engine is available but what are the other players and what are advantages and disadvantages to each? ...

Programming to control the Playback speed of Flash Player

I came across a software for Windows called "Enounce" that allows us to dynamically change the playback speed of videos on popular websites like YouTube that uses Flash technology. However, there is no equivalent program for Linux operating system. I would like to know what should be the approach for developing a similar program on Lin...

Google Data API: what is the limit of Extended Properties?

Is there any limit on number of properties and value length in Extended Properties of Google Data API (in particular Calendar API)? ...

How do I explain APIs to a non-technical audience?

A little background: I have the opportunity to present the idea of a public API to the management of a large car sharing company in my country. Currently, the only options to book a car are a very slow web interface and a hard to reach call center. So I'm excited of the possiblity of writing my own search interface, integrating this func...

Using multiple modules/types with Python C API?

I've got two different Python extension modules; let's call them A and B. Module A contains a storage class type called container that I want to use within Module B as the return type of a class method. I can't seem to find any documentation on how I'm supposed to do this. I roughly followed this article to create the modules/classe...

Web Search API for 25000-50000 Entries (Java)

I have 20000-50000 entries in an excel file. One column contains the name of that company. Ideally, I would like search the name of that company, and whatever is the first result, I would select the URL associated with it. I am aware that Google (which my ideal choice) provides a AJAX Search API. However, it also has a 1000 search limit ...

Where can I find some simple W3C Validator API info for Perl?

Where can I find some simple W3C Validator API info for Perl? I've tried looking and just keeps leading to page after page of documentation. Simply looking for download module or whatever is needed (I am new to Perl but I want to use it for this project) How to install it (Again, new to Perl) There was going to be a third about documen...

How to Develop a Public API Object Model In a WPF Desktop Application That Allows For Out-Of-Process Automation From Another .NET Desktop Application

We're developing a large desktop application using Windows Presentation Foundation. Currently, the application is for internal use but will eventually be sold as a commercial product. I'm currently using a variation of the M-V-VM design pattern to keep as much code out of the UI components (i.e. windows, user controls). I know at some po...

Wrap a foreign API into a Ruby class

I use HTTParty to consume a foreign API, but how can I convert the response into a Ruby class or Rails model? ...

What should a developer know before building an API for a community based website?

What things should a developer designing and implementing an API for a community based website know before starting the heavy coding? There are a bunch of APIs out there like Twitter API, Facebook API, Flickr API, etc which are all good examples. But how would you build your own API? What technologies would you use? I think it's a good ...