API stands for Application Programming Interface. A program's API defines the proper way for a developer to request services from that program.

learn more… | top users | synonyms (1)

0
votes
1answer
20 views

Accessing classes in library with Ruby on Rails

I have a library collection that accesses an API for a given service. Inside the library folder i have added the folder called canvas which is the library I downloaded to access its API. It has inside ...
1
vote
1answer
14 views

How do I get current weather conditions using the Yahoo Weather API and the Lat and Longitude of my iPad?

I have searched google and stackoverflow many times, but I can't seem to find the answer. I am needing to get the current weather for my location using the yahoo api. Please don't suggest other apis ...
0
votes
0answers
2 views

Google Map API V3 - Marker library issue

I had interesting issue with markers, custom markers were broken on hover event. I assumed it could be related to google api changes...BUT, I'm using version 3.3 which is frozen. After few days ...
0
votes
1answer
9 views

Ignore a word in AJAX template using API

I'm using an api to create a quiz. The code that fetches the gif from the app Loopcam and then puts the loop title in the div #answer looks like this: APP = { refresh: function(limit, interval) { ...
-5
votes
0answers
18 views

How to add promo codes of my site in rechargeitonline.com [closed]

Hi I have website which is providing services like search Restaurants and dishes, order food online etc. I would like to show my coupons in site like www.rechargeitnow.com. What I am supposed to do ...
0
votes
0answers
8 views

Google disabled use of the Maps API for V3

I am an amateur website developer but proficient in html and javascript. I have a handful of websites using the Google Maps API V2 with no problem. I tried to upgrade to V3. I got a new API key and ...
-3
votes
0answers
41 views

looking for c# .net API calculate complexity [closed]

I am looking for an API that calculates the complexity of programs. I found some projects but I didn't find the source code. This API has to be able to calculate the complexity of Java programs and ...
0
votes
0answers
23 views

Ruby on Rails API Query

I am looking at creating a basic Rails application that can access this API http://instructure.github.io/ I have had a look through the documentation but cannot find anywhere I can get to grips with ...
0
votes
0answers
18 views

Delay when verifying Android in-app purchase with Google Checkout Polling API

I'm trying to verify Android in-app purchases from my server using the Google Checkout API. As per this other query (App on Android market - HTTP notifications don't come), I get no callback so ...
0
votes
0answers
24 views

YouTube API, C#.net - Getting video info from YouTube failed some times

I'm trying to add comment to videos on YouTube , some times when I'm getting a video to add comment on it, YouTube send me the below error: Execution of request failed: ...
0
votes
0answers
18 views

Linkdin API stop working for iPhone using rails

I am using this github.com/pengwynn/linkedin Api for posting messges on linkdin , I am getting the authentication tokens and secret from iPhone and anroid devices and posting using this API of rails. ...
0
votes
0answers
5 views

Missing Api Key error when using urllib2?

This is my code to acces the bitly API. The last Json part works but my GET request (from the print statement) returns: { "data": [ ], "status_code": 500, "status_txt": "MISSING_ARG_APIKEY" } The ...
0
votes
0answers
6 views

HP Magcloud Upload issue

Anyone has experience with HP Magcloud ? My requirement is to upload a pdf to magcloud site using their API, but didn't get any sample code (php) or proper instructions. Seems like Magcloud is in ...
0
votes
0answers
41 views

Android Implements Interface With TargetApi

I've a problem in a Android App, my activity implements CreateNdefMessageCallback which is available in API 14+. I annoted the implemented method public NdefMessage createNdefMessage(NfcEvent event) ...
0
votes
0answers
12 views

mvc youtube api v2 asp.net

I am trying to use v2 of the youtube api to upload a video and I think I am getting muddled. I have read all the documentation about 1000 times and seen examples and tried to get them to work for me. ...

1 2 3 4 5 1395
15 30 50 per page