api

Facebook API - Get comments

Our business has a Facebook Fan Page. The fan page doesn't seem to generate any emails to us when updates are made to the page, whether someone adds a new status or someone comments on one of the statuses etc. Currently, we are running a very crude script to grab the content of the page and then use regular expressions to get the infor...

Chinese thesaurus

Hi, I'm working on a multilingual software where I need to show synonyms of Chinese text to the user. I couldn't find any API that could give synonyms of a given Chinese word. I tried MS-Office proofing tools but they do not support thesaurus for chinese, rather they provide grammar, translation etc. Please suggest some API or workarou...

Are there any generic shipping calculators out there for DJango?

I'm in the process of settings up a website (I'm using DJango) to begin selling some toys I build and need a way of calculating shipping costs for my customers. Are there any (preferably free) shipping calculators which accept a customers address and return the cost for different delivery companies / delivery options? It would be nice ...

Returning a Value From the Bit.ly JS API Callback

Hey all, I am attempting to turn this "one shot" script into something more extensible. The problem is that I cannot figure out how to get the callback function to set a value outside of itself (please note that references to the Bit.ly API and the prototype.js frame work which are required have been left out due to login and apiKey in...

jQuery version conflicts - how to manage?

I made a Wordpress Plugin which includes a jQuery file. Now I've got the problem, that people who use my plugin may have a different jQuery Version on their Wordpress Blogs, so what shall I do to manage that? My plugin often doesn't work with 'other' jQuery Versions. Maybe there is anyone who is addicted with the wordpress api. Maybe th...

Authenticate sites with different domain names using the Facebook API

We have a CMS that supports multiple sites, one of our features allows our users (The site admin) to connect to the site facebook account to allow status updates, create events and upload pictures to FB from with in the CMS. The authentication needs to occur once since each site may have multiple site admins that do not have access to t...

Connecting two DialogBoxes in GWT

In my GWT project, I'm trying to get it so two DialogBoxes can pass information between each other. One of them holds a MapWidget, and when a button is pressed in the other DialogBox, the position information is received from that other DialogBox's MapWidget. Does anyone have any tips for how I should coordinate between having two diff...

How to create an installer?

How to create an own installer using Java? I am not asking about any Java installer software. Anyone knows the logic or method please tell me. Is there any API available for these? ...

[Alfresco] property qualified-name in method getContentReader

Hi there, I first apologize for my poor english level and maybe for the stupidity of my question ;) I am on an alfresco project to learn how it works. I have to browse programatically my content repository and gather datas all along. In order to do that I guessed I had to use a ContentReader (I get from my ContentService) but the metho...

how to Google Analytic dat through YQL or Yahoo pipes??

I use Google analytic, i want to retrieve the last 100 search string from my Google analytic account using YQL or Yahoo pipes, how can i do it?? Please help.. ...

What tools exist to find frequencies of searches

I'm new to seo, so please excuse what may be a very basic question. I want to count (or estimate) the number of times that a given search phrase has been searched within a particular time period. Are there any API's out there for this? Does Google (or any other relevant search engine) release this information? Any helpful links are...

Side effect with the Alfresco content repository API ?

I'm studying Alfresco and particularly it's content repository Java API. I am trying to train with an example from the SDK "First Foundation Client". I took the code, I manage to handle it a bit but when I restart my alfresco server I get ugly stacktrace like ERROR [web.context.ContextLoader] Context initialization failed org.alfresco...

Key Material Decription in Vista using WLAN API

I am getting encrypted value for the "Key Material" tag only in vista...After some googling i found that "CryptUnprotectData" method can be used to decript it..But i dont find any way to implement and get the decrypted value... If any one have suggestions to use it please help me out ...

difference in logging mechanism: API and application(python)

I am currently writing an API and an application which uses the API. I have gotten suggestions from people stating that I should perform logging using handlers in the application and use a "logger" object for logging from the API. In light of the advice I received above, is the following implementation correct? class test: def __i...

Private Method For changing Setting of the iPhone

Which are the private methods available to change the settings of the iPhone, say Toggling Wifi, 3G. I know this will be rejected by the AppStore , But still curious to know how, atleast could be used for jailbroken device. ...

Version Control System with API. Need to get metrics

Hi all, I have next situation. I need to choise source control system for my project. This scs must provide the API to my .net application to get information about check-in-s for specified user and date period and about changes which was done in this check-in-s (the number of added and updated lines). What source control system provide...

json-simple API

Hello Is there a javadoc for json-simple? I am trying to make a JSONObject from an existing map among other calls and this trial by casting is getting too much, grin. thx. ...

Amazon Product Advertising API on Google App Engine

What is the easiest way to use the Amazon Product API on the Google App Engine? How do you work around the socket limitations of Google App Engine? ...

What is best way to pass multiple query parameters to a restful api?

I am designing RESTful Api's and would like some advice on designing an API where the caller wants to query records based on more than one search parameter. I have only seen restful apis that use one parameter. how should i do this? e.g. if i have created a restful api for a list of contacts, how would I format a call that returned al...

ffmpeg C API documentation/tutorial

I am trying to find documentation to use the ffmpeg C API. It seems that only command line documentation is available. Is there any good documentation/tutorials/links available? ...