api

PHP API for dictionary

Hi, Iam looking for a good PHP web api for Dictionary. ...

index of all entries for WordPress blogs

I'm an avid reader of several WordPress(.com) blogs. Is there a simple way (via the API rather than screen scraping) to get an index of all posts (with date, title and URL) so I don't have to manually wade through the back archives? ...

Can you extract/bring across the rating of a video from youtube to use in your own site?

Is it possible to extract the ratings (i.e. 5 stars), views and comments of a Youtube video and use it within your own site? In other words I have a youtube video embeded on my site but i want to include the rating, views and comments of the video. Then use that information to display below video on my own website? Hope that makes sen...

How to use Festival Text To Speech C/C++ API

I want to use Festival TTS with my C++ programme. So i have downloaded all files form http://www.cstr.ed.ac.uk/downloads/festival/2.0.95/ then i start reading manual(http://www.cstr.ed.ac.uk/projects/festival/manual/festival_28.html) for C++ API but in manual they says that: In order to use Festival you must include festival/src/inclu...

Updating like count of a Facebook page programmatically

Hi, I am developing a iPhone application that uses Facebook APIs. Which API should I use for incrementing the like count of a Facebook page? Thanks and regards, Deepa ...

getting list of people who follows you on friendfeed with ff-api

is there any way to getting list of people who follows you on friendfeed with ff-api? ...

How to create a streaming API with NodeJS

How would you go to create a streaming API with Node? just like the Twitter streaming API. What I want to do ultimately is get the first update from the FriendFeed api, and stream when a new one becomes available (if the id is different), and later on expose it as a web service so I can use it with WebSockets on my website :). So far I...

Can I create a public service that uses the subscribers AdWords API?

I would like to create a simple online service, that needs AdWords API access to do some keyword search. The subscribers of my service would have to provide their AdWords API developer key and token and so on .. to use all the features of my service. This way our server would connect to the AdWords API server, would collect all the nec...

Erlang : Handling HTTP Requests and Responses

What is the best erlang library for processing http requests and responses from within an erlang application? I have taken a look at inets but as a standalone application, it seems more like a replacement for curl. I would like to access external APIs from within the erlang application so would need to parse responses and be able to ma...

JSON decoding and encoding in .NET?

Possible Duplicate: What JSON library works well for you in .NET? Hello I am needing to encode and decode some data to/from the JSON format. Is there anything to help me with this task in .Net? It will be used in both ASP.Net and regular Winforms projects. ...

designing an API wrapper for Twitter, Facebook, Youtube etc...

I am looking at some pointers on how to design a wrapper for these social networking sites. Ideally what I want to do is create a black box where I am able to create an interface for other libraries to call certain functions to interact with these social networking sites. I am planning on using oAuth for most of these sites, I already ...

A sports events & results API?

Anyone knows a sports events & results API. Something that can give me info on teams, venues, matches, players, scorers & results. ...

how is FLUENT api different from other API

i have come across fluent api while studying DSLs. i have searched alot on FLUENT API..the basic conclusion which i could draw out was that fluent api uses method chaining in order to make the code fluent. but i cannot understand that in object oriented languages we can always create an object and can call the methods related to it. then...

twitter share url forgeting the tweet content after login

I'm trying to add a "share via twitter" link to our website. I'm aware of the standard http://twitter.com/home?status=TWEET method, and it works good enough for my purposes when the user is logged in to twitter already. If, however, the user is not logged in, twitter displays the login form first (which is only reasonable). After the lo...

Import contacts and friends from social networks and email providers in an asp .net website

Hi I want to include in my asp .net website ( c# ) a function to import contacts and friends from my social networks and email providers. I would prefer if I don't have to choose the option of redirecting to each social network. I would rather have an API which can provide me the functionality of giving the credentials and return my con...

ask help: I need to create a demo application in Java to test my new designed Java Api

how to do that? ...

simple authorisation in web api

I want to make nice and clean api; I'm making site and I want to offer the ability to mobile apps use web API of my site. I don't want to use oAuth, becouse the mobile and embedded applications that are facing the biggest hurdle, as they may not be able to bring up and/or control the web browser. Also its a little complicate. I know, t...

Books about Javascript API design best practices

Hi, Anyone can suggest good books about Javascript API design good practices? What are the common practices developed by Google, Twitter, Facebook in their APIs. Code organization, request control etc. ...

Is there a combined Ruby / Rails online documentation?

There are a number of resources online that host Rails and Ruby documentation in various forms and styles. A number of them are good, but none of them document the modules and classes with the methods available from the numerous extensions provided by ActiveSupport and others. For example, with the Standard ruby Hash class, the core ru...

What is the best API in any language for Audio and MIDI music application development?

What is the best API to utilize in developing an application that handles both realtime MIDI and audio input and output? This would be for an application that is used in the process of making music as opposed to playing audio or MIDI files. I'm aware that this may be a subjective question, but if you know of an API that is dominantly use...