Apparently Linkedin is funny about urlencoding the ~ in https://api.linkedin.com/v1/people/~
my problem is that i use an oauth library so I need to keep things consistent.
is there a way to urlencode just part of the string so in case i have the ~ i can leave that out and put it back in at the same spot after encoding?
thank you
...
Given a .swf file, is there a way to inspect the API provided?
I have a FLASH .swf file on a web-page that plays .mp3 and I'd like to control playback through a Google Chrome extension but it seems I can't find documentation on their API.
...
I'm looking to write a Java (Groovy actually) web application that will need to talk to both AWS and Eucalyptus clouds for both compute and storage. So we're looking for a Java library that can talk to both.
I know that Eucalyptus is supposed to be AWS API compatible so anything that talks to AWS should be able to talk to Eucalyptus bu...
Here is my code to query all comments for post_id. When i run it. i cannot get text or id of comment.
var queryTemplate = "SELECT text FROM comment WHERE post_id ='1756044141_155528821125475'";
var u2 = FB.Data.query(queryTemplate);
FB.Data.waitOn([u2], function(args) {
//console.log(args[0]);
alert(args)
});
fo...
I'm trying to parse an XML feed from youtube. The XML feed graphically looks like this:
To check if each of the 'tags' are being hit correctly, I used the following standard methods:
- (void)parser:(NSXMLParser *)parser didStartElement:(NSString *)elementName
namespaceURI:(NSString *)namespaceURI
qualifiedName:(NSString *)qName
...
Hi all,
Is there anyone who has tried to get an API application key from RapLeaf?
how much time does it take for the API key to be processed?
...
Our shop is set up with a Team Foundation 2005 server but all development work is done in Visual Studio 2008.
What I would like to be able to do is write a program that examines the build history of a given Build Definition and extract out the test results to produce pretty graphs of the sort that Team Build really doesn't give.
Howeve...
Hi, everyone,
I want to ask a question about the iPhone application. Does Apple provide any API for developers to get the weather information? Thank you.
...
Is it possible? How to to do it?
...
Hi,
Is there any Bing api, yahoo api to find page rank of a keyword or Domain name on its search.
Thanks in Advance
...
Hi I'm looking for an API that retrieve page title in Javascript, for an address given.
Thanks
...
Hi,
I've been wondering to to display traffic information using google maps flash api.
I've read google maps api references but i couldn't find anything like Traffic layer in the google maps JS api v3.
Is it unavailable to display traffic information using google maps flash api? Or any alternate way to display traffic info in the flash...
i have an api for users to log in, http://api.example.com/user_login, this is what i need to do:
send the entered password and username to the api and request verifaction using json
get a response using json, if successfull create a cookie and redirect to secured area! sorry im a weak javascript program! thanks
...
I have installed the Scrumworks basic edition and I have to use its soap API.
Out of the box it contained an api client which contains "ScrumWorks-soap.jar" library and a java test class "TestScrumWorksService.java". But some of the essential classes used in the test class are missing in the .jar library such as...
import com.danube.scr...
When adding a contact in the new android contacts API, can I use newAssertQuery() also for insert, or will it only update an existing entry. If so, what is the difference between newAssertQuery() and newUpdate()?
More generally, do I need to check whether a raw contact or data exist first and then either insert or update, or is there a ...
Are there any API's that have up-to-date pricing on Amazon Web Services? Something that can be queried, for example, for the latest price S3 for a given region, or EC2, etc.
thanks
...
Is there an API only for sound? API's such as Allegro or SDL provide too much for my needs. I simply need a library that can do something like:
InitSound();
Sound *door = LoadSound("door.wav");
PlaySound(door,volume);
It would also be great if it could support compressed formats such as vorbis or mp3.
Thanks
...
Hi all,
I recently created a website for a friend (asp.net/sql server), the website includes news of his company and he and his team update this frequently.
The question has been asked if i could now create a widget / api of some sort that visitors of the website could now include the news on there own website should they wish too. I f...
What is the best way to get current weather via API ?
Could you make some example with this API ?
...
Is there an easy way (API) to find out if a user has a Paypal account or not?
Thanks
...