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
0answers
5 views

Is it possible? Offline fb photo backup

Is it possible to program an app that allows our company to access and backup a users photos (or even all fb data) that we then save onto a physical medium (archival disc) which is then sent to them ...
0
votes
1answer
5 views

Generate url in MVC Api Controller

I am using both Api and routing controller in my web app. My api controller is used to retrieve the link to the page that shows the information about an item. The page is rendered using the ...
0
votes
0answers
6 views

Google Books API - full text search Java example

I am looking for an example in java which retrieves book information (isbn, title etc) based on a full-text search in the book content. Basically I have a big amount of quotes from several authors for ...
0
votes
0answers
8 views

How to read iSight camera current focus distance (focal length)?

Let's say you're holding your hand two feet away from a Mac's iSight camera and it's the thing in focus. I would like to be able to read this distance (either directly or by getting some other focus ...
0
votes
0answers
9 views

Last.fm geo.getEvent API Acts Random

I really don't know if I should ask this question here but couldn't find anywhere else to ask. I'm currently developing an application that uses the Geo.getEvent API of Last.fm. During my development ...
0
votes
0answers
4 views

How to request for Crumb issuer for jenkins

I want to use remote API and i am looking for safe solution and i cam across Prevent Cross Site Request Forgery exploits and i want to use but i read you have to request for crumb request which i am ...
-1
votes
0answers
13 views

Names of people who like a page I owe

Is there a way I can get all the names of people who like a page I owe through the Facebook API? I've tried via the url below, but it only give errors. ...
3
votes
1answer
79 views

why both transform and map methods in scala?

I'm having trouble understanding the difference between / reason for, for example, immutable.Map.transform and immutable.Map.map. It looks like transform won't change the key, but that just seems ...
0
votes
0answers
12 views

Google app engine - Testing API backend using curl returns 404

I have created an endpoint class using Java which i want to use as an API (for android and iOS apps). WHile testing the API using curl as suggested in the ...
0
votes
3answers
21 views

RESTful api routes for nested resources with rails

Let's say I have a nested ressources as follow: resources :authors do resources :books end Given I have hooked up Devise to my API to authenticate users. Let's say an author authenticates ...
0
votes
1answer
14 views

cURL emulating by HTTPClient Apache

I'm trying to upload data to CrowdFlower using their api, for which I'm writing JAVA wrapper. I'm using HttpClient Apache. the cURL example CrowdFlower give is following: curl -T 'sampledata.xlsx' -H ...
0
votes
0answers
13 views

PayPal REST API cross reference transaction with payment

I have managed to complete a PayPal payment using the REST PHP API. However, I want to know how to cross reference the REST transaction with the PayPal web user interface. On the REST side I have ...
0
votes
0answers
8 views

google contacts: correct way to get multiple images

We have application that gets the list of user's Google Contacts. We use Zend Framework and build-in GData to achieve this. We wanted to add support also for images in contacts, but faced the ...
0
votes
1answer
17 views

How do I create a task with required fields using the rally ruby api?

I'm trying to create a task using the following sample code: fields = {} fields["Name"] ="test" fields["Workspace"] = ...
1
vote
3answers
19 views

how to retrieve data from wiki api usin json?

here i am fetching the data from WIKIPEDIA using following code. but it is not working for me . please help me to sort out the problem :) var playListURL = ...
1
vote
1answer
25 views

how to call super with before_filter?

Almost all of my controller actions in a rails app, have the first line of this @result = super So, I decided to have this declaration in a before_filter but somehow this does not work. I either ...
0
votes
0answers
8 views

How to update a multi-choice field in sharepoint with WCF/Rest web services?

I've been looking for this on the web for 4 days, and i still have no clue why my code isn't working... I'm using an ASP.NET MVC 4 application with a service reference to a sharepoint listData in ...
0
votes
1answer
27 views

Decoding JSON input in PHP

<?php $json = file_get_contents('http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=XXXXX&api_key=XXXX&format=json'); $track_data = json_decode($json); foreach ...
-1
votes
0answers
5 views

Facebook app and game group limitation [closed]

Facebook has recently provided api to create group for app and games, but it seems it has limitation to group creation, its not allowing me to create more groups and give me error 'This application ...
0
votes
1answer
8 views

Cannot access Google Task API 403 Forbidden Response

I'm trying to connect to Google tasks without using Google client libraries. The following code returns a 403 forbidden error. Just not sure what I'm missing. Any guidance would be appreciated. try { ...
-7
votes
0answers
27 views

Creating an app which broadcast cable tv channels [closed]

i am trying to develop an online tv app.there are number of online websites available which is live streaming tv channels.is there any api available so that i can also live stream some channels in my ...
0
votes
1answer
16 views

json conversion issue in wso2 API Manager

We are trying to use wso2 api manager to access some of our RESTful services. The rest services expect a json payload. When json request is sent to api manager it converts the json request to xml and ...
0
votes
1answer
14 views

Google Analytics - Display event statistic publicly

I'm tracking downloads with Google Analytics trackEvent. <a onclick="_gaq.push(['_trackEvent', 'Link', 'Download', 'Button']);" href="awesome.zip">Download now</a> I would like to show ...
0
votes
1answer
12 views

How can I manually send GPS data to Location Manager on my android phone(rooted)

My question is, How will actually LocationManager get data from GPS device on mobile? Can I manually give LocationManager data which i intended to give?? For my testing I require such thing. Or Can ...
0
votes
0answers
14 views

Fusebill - API - PHP - Update Customer

I try to create module Yii ( PHP ) to update customer but it broken : System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.NullReferenceException: Object ...
0
votes
2answers
14 views

Struggling to communicate with the utorrent web API

I am trying to access utorrents web api, it uses a token authentication system which is detailed here https://github.com/bittorrent/webui/wiki/TokenSystem the javascipt on my page is ...
0
votes
0answers
23 views

FreeBSD POSIX C Oracle API

I have trouble finding Oracle Call Interface for FreeBSD. I maybe missing something simple but I searched net for several days and finally ended up here with question. My task is fairly simple: write ...
0
votes
0answers
10 views

google drive api error 403 Access Not configured

I am developping an Android app which uses drive sdk to upload an image. After spending yesterday hours on setting up the api access and getting the upload to work (i got always the same error 403 ...
0
votes
0answers
9 views

Get rid of WM_TOUCH “Mouse” extra messages

Windows Touch API, seems to be a bit buggy. I have an application that uses the Window Subclass API (SetWindowSubclass(...)) to grab WM_TOUCH events from an application that already has a WinProc ...
-1
votes
1answer
26 views

How to Intregrate Yammer api in android

I have problem with Yammer Intregration in Android, i am unable to authenticate my app with Yammer so i cannot post my data on Yammer through my Android app. JSONObject job = new JSONObject(); ...
0
votes
0answers
5 views

mySpace API and mySpace-WIKI availability

Dear Forumianers and Stackoverflowers, I really was searching so hard on Google and on Stackoverflow, the only answeres I found were: "...I have the same problem, does anybody know...". My problem: ...
0
votes
0answers
7 views

Google Admin Directory API is returning 400 bad request

I'm experimenting with the Java client for Google Admin SDK, specifically the Directory API. It's based on the use of GoogleCredentials just like Google Drive API. However, unlike Google Drive I'm ...
0
votes
0answers
13 views

Retrieve latitude and longitude using google maps on cyrillic

I need to pin user location on google map using lot and lat from database. That is working fine, but, I have a problem inserting long and lat into database. This code will return long and lat for ...
0
votes
1answer
18 views

API for maps for searching flights

is there any API available like http://skyscanneraffiliate.net/portal/en-GB/US/Api/Overview which is free or open source? i want to create something like this http://origift.eu/first.htm thank ...
0
votes
1answer
35 views

Android Google Maps API v2: FragmentManager.findFragmentById() always returns NULL

While developing an app that involves Android Google Maps API v2.0, I find that FragmentManager.findFragmentById() always returns NULL. I inflated the fragment from an XML file. I can get the View no ...
0
votes
0answers
12 views

Should hierarchical collections in an API reference each other bidirectionally?

I'm setting up an AngularJS app, at the moment using Deployd for the backend RESTful API. I'm trying to figure out the best practice for structuring the data in the API collections. Right now I have ...
0
votes
1answer
34 views

Frontend Development API Tools [closed]

I'm taking the following path toward the development of a reasonably large-scale web app: mockups, screens, backend + javascript. I'm now creating the screens and doing all of my documentation in MS ...
-1
votes
0answers
19 views

Playing .wav file in java

I am newish to java programming and I don't know much about the API or useing sound files in my programming. I have logic down and basic GUI but the java API confuses me I know how to get the sound ...
0
votes
0answers
11 views

Linkedin API for Company page insights stats?

I have read through linkedin api docs on the site, but I have not been able to find any proper apis for company page's stats such as 'impressions' and 'engagement' provided in linkedin company page. ...
0
votes
0answers
10 views

why is foursquare api not returning contact information for a venue?

One of our testers found this issue: This foursquare venue https://foursquare.com/v/whole-foods-market/4a38676cf964a520f49e1fe3 When returned as a result of this url query ...
0
votes
1answer
56 views

Javascript - reading arrays from JSON

I am working with an API that is returning data in JSON format. An example of a response is this { "code": 200, "count": 4, "currentPage": 1, "date": "2013-05-24T09:19:37.964+1000", ...
0
votes
1answer
9 views

Geolocation/Maps API Directions not displaying on map

In Safari I have an issue with the Google Maps API directions service. I use HTML5 Geolocation to display directions to a location on page load. Here is a page that uses this. ...
0
votes
1answer
20 views

Requestiong JSON infromation from API. Cornoa

Im trying to make an app where i will gather information from a json api http://pool-x.eu/api, and print information easly bo choosing paramter. What is the easiest way to print each of the ...
0
votes
1answer
33 views

Pricing based on distance from a fixed point

I have been asked by a client to build a page that has the functionality of enabling a user to type in their post code and click a calculate button. The results page brings up the cost of the ...
0
votes
2answers
31 views

Jenkins remote api error 404

I am trying to update remote jenkins config.xml file but i am having issue, I am sure username and password are correct and path of file also correct because same thing is working in other server but ...
0
votes
0answers
8 views

Does Google Play game services REST API supports Service Accounts?

Does Google Play game services REST API supports Service Accounts? This is what I would like to achieve: https://developers.google.com/accounts/docs/OAuth2ServiceAccount I'm able to generate an ...
0
votes
1answer
11 views

Android Maps APIv2 — distributing an adhoc build

I need a bit of guidance here. I've got a "rescue" project going on and have had to replace google maps api v1 for api v2. None of that has been a major problem (thanks to stackoverflow) but one ...
0
votes
0answers
6 views

Restlet Post Request does not provide JSON data passed

I am using Restlet 2.1.2 and am having an unusual problem of my request Representation text being null. I have looked at the forums and read that the entity is transient and will be destroyed if not ...
0
votes
1answer
16 views

send API requests from different IP addresses on VPS

I'm currently using 1 IP address and making requests for data through an API that requires a unique IP and token. If I obtain more IP addresses via a different VPS provider and register them with ...
-2
votes
1answer
5 views

Tag a Facebook Fanpage on a User Wall Post

I have a feature in my current ios app that allows the user to post images to their personal wall. I would like to have the user tag a Facebook fanpage in the process, using a predefined message ...

1 2 3 4 5 439