api

Javascript and Twitter API rate limitation? (Changing variable values in a loop)

Hello, I have adapted an script from an example of http://github.com/remy/twitterlib. It´s a script that makes one query each 10 seconds to my Twitter timeline, to get only the messages that begin with a musical notation. It´s already working, but I don´t know it is the better way to do this... The Twitter API has a rate limit of 150 I...

Linux - specific API reference

Hello! Where can I find centralized and complete documentation aboput Linux - specific API? I'm preparing Linux port of my application and i want to use as much Linux - specific features as it's possible. So far I found that Linux provide epoll and inotify API, which are great news for me, because my program works as network server and...

Java library/API to help run windows commands

Is there a Java library/API available to interact with Windows OS, like executing commands on the command prompt and returning the output back to the program? ...

App Engine - Save response from an API in the data store as file (blob)

Hi there, I'm banging my head against the wall with this one: What I want to do is store a file that is returned from an API in the data store as a blob. Here is the code that I use on my local machine (which of course works due to an existing file system): client.convertHtml(html, open('html.pdf', 'wb')) Since I cannot write to a ...

Best C# API to create PDF

Can you recomend any PDF API for C#. Free is the best, but i dont mind paying for it. ...

How to Login to Youtube Using PHP?

Hi, I want to use the youtube api to get the users new subscription videos with this api call: http://gdata.youtube.com/feeds/api/users/default/newsubscriptionvideos Without logging in I get this response: User authentication required. Error 401 How can I login to youtube from php? ...

Python how to handle # in a dictionary

I've got some json from last.fm's api which I've serialised into a dictionary using simplejson. A quick example of the basic structure is below. { "artist": "similar": { "artist": { "name": "Blah", "image": [{"#text":"URLHERE","size": "small"},{"#text":"URLHERE","size":"medium"},{"#text":"URLHERE","...

Mantis Bug tracker API integration?

Hi everybody, I have just installed the Mantis bug tracker to use together with Eclipse IDE and have started too found out the advantages of it. Really great. Since Eclipse communicates with Mantis through an PHP soap API, I wonder if there's some documentation available on how I can myself make calls, from my PHP application to the AP...

Including the functionality of a tool within another program?

Hi there I would like to write an application, for my own interest, that graphically visualizes some network concepts. Basically I would like to show the output from tools like ping, traceroute and nmap. The most obvious approach seems to be to use pipes to call out to these tools from my C program, and process the information they re...

Execute PHP after new Order in Magento

Hello There, I'm trying to figure out where I could drop in some PHP code to notify a CRM we are using (Solve360) that a new order has been placed, and that an event should be created (API) to fulfill the order. Order Product Checkout Complete Checkout & Capture CC Side notify CRM Done Not sure where to start, but I have had to mak...

Retrieve all user from domain

Hi my idea is to retrieve all users from google app domain using java. I retrieved all the user using Provisioning api but when i tried to store the data in the table using JPA its returning time out Error.... I dont know how to store the entire details at a stretch. Please Help me... Regards, sharun. ...

Looking for a list of free data api's and web services

I'm wondering if anybody has come across a comprehensive list of free sources for data (as a web api) or web services. I'm looking to start a new project to tinker with in my spare time and I am wondering what interesting data is available to play with. It seems like many api services such as last.fm or google search don't exist or are...

persian transliteration java api

I need transliterate ENglish to Persian and I want to use it in offline mode , is there any free api that I use offline ? ...

Provisioning api jpa

I tried the following code: Appsprovisioning.java public void calluser() throws AppsForYourDomainExceptiion IOException { for(UserEntry userEntry : retrieveAllUsers().getEntries()) { m[x]= userEntry.getTitle().getPlainText(); x++; } try { for(int i=0;i<x;i++) { String sd=...

How do to check to see if the user has a Google account.

Is there any safe way to detect, on a web page, client side (JS), whether user has an Google/Yahoo/Live/? account? I know about some suspicious ways to do this by styling visited links and then sneaking on computed style attribute, but it's more of a hack, Mozilla and maybe other are planning to crack down on this, as it might be abuse...

Get tweets of a public twitter profile

Hi folks, I have a list of usernames on Twitter whose profiles are public. I wish to get "all the tweets" they have posted from the day they formed their profile. I checked Twitter4J examples http://github.com/yusuke/twitter4j/blob/master/twitter4j-examples/src/main/java/twitter4j/examples/GetTimelines.java . According to the Twitter AP...

how send message facebook friend through graph api using Accessstoken

Can anyone help me to send message to facebook friends using graph api. I tried $response = $facebook->call_api("/me/feed", "post", "to=john","message=You have a Test message"); It's not working. I have the accesstoken of the user in my hand.only I am confused on sending process. kindly reply ...

Map with political borders similar to google charts, "clickable" countries

Hi! I'd like to add a map of countries to my website where the user can choose a specific country by clicking on it. http://code.google.com/apis/chart/docs/gallery/map_charts.html has the looks i want, but it's not possible to underlay the countries with links, afaik(Besides lacking pan/zoom, nice to have). The interactive map(Geo Map) ...

Facebook Graph API - publish Flash Attachment

Hi guys, I am struggling with the new graph api, trying to publis stream with flash attachment. However docs http://developers.facebook.com/docs/api says its only possible to post /PROFILE_ID/feed with arguments: message, picture, link, name, description , I have discovered that even other works (caption, ...) Now I would like to guess c...

Is it possible to create new projects in Basecamp via their API?

Using the Basecamp API, is it possible to create a new project? It seems like a simple task, so either I'm missing something or this functionality is not available via the API. ...