API stands for Application Programming Interface. A program's API defines the proper way for a developer to request services from that program.
0
votes
0answers
10 views
Soap API call to Magneto failing to retrieve xml document
I have a cron job that runs every hour to retrieve products that get added to my Magento shop.
Annoyingly it has stopped working and it is proving difficult to de-bug.
When it attempts to run I get ...
0
votes
0answers
7 views
Instagram PHP API: getTagMedia only works locally
I'm working with the Instagram PHP API (https://github.com/cosenary/Instagram-PHP-API) and I have used a solution I found which have been working perfectly (see @kexxcream 's answer for the solution ...
0
votes
0answers
3 views
Google Spreadsheet API (JSON) is redirecting Chrome users to the Google login page
We are seeing a very strange issue with the Google Spreadsheet API.
We are using jQuery (JSONP) to fetch a document, like this:
var url = ...
-6
votes
0answers
19 views
how to get email from gmail using API in PHP website ? [on hold]
I want to display All emails from my gmail account in my PHP website.what i do ?? plz help me..
0
votes
0answers
4 views
Extracting questions from Yahoo Answers WITHOUT limiting the category
I'd like to extract questions from the Yahoo Answers API WITHOUT setting a limit on the category. An example would be "Search the latest 1000 questions".
My project is about recognizing a question ...
0
votes
0answers
5 views
EmberAuth and Rails 3 - session cookie sticks around after signout, rails treats user as authenticated
I have an ember app accessing a Rails API with devise for authentication, more or less following the ember-auth-demo github project.
Everything works, but in my testing I've noticed that if I sign in ...
0
votes
0answers
7 views
Compare available SSIDs to list and run process if match found
I need a bit of help with adding a function into some code i am playing about with. I want to be able to search for all available SSIDs and if there is a match to 'Test1' or 'Test2' then run a ...
0
votes
2answers
11 views
Get data from json web service using only javascript and juery
I have downloaded a sample application using this url http://www.zachhunter.com/2010/04/json-objects-to-html-table/.
The part which is working perfectly is :
<script ...
0
votes
0answers
7 views
SoundCloud: Using the same account on multiple devices simultaneously?
I am part of a three man team striving to create a audio oriented iOS app and we are currently using the SoundCloud API to power our streaming. We are in a very early stage of development but I ...
0
votes
0answers
9 views
Facebook API Uploading Video using Graph-Video error
I am using the following code to do a Post
NSMutableDictionary* params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
text, @"title",
...
0
votes
0answers
8 views
Google Maps API: map.zoom() / map.center() -> jQueryUI animations don't work anymore
I'm having trouble with two methods of the google maps API and jQueryUI animations. When I redefine the center of the map or change the zoom with map.Center() / map.Zoom(), all my color animations ...
0
votes
0answers
5 views
How to add features to GISCloud.com Embed map using API
I need to add some features to www.giscloud.com using its API :
Note : to understand what am talk about , you need to signup and then upload some map , and try to explore the service and what does it ...
1
vote
2answers
12 views
Methods not completing before the next one is executed (javascript jquery google maps v3 api)
I have been trying to place multiple map markers from lat lng coords in an xml file.
this is my code
var stockistName=[];
var stockistAddress=[];
var stockistLat=[];
var ...
0
votes
0answers
6 views
Google Custom Search API Search Image by Image URL
I am working on an application which will have an option for users to upload images. Once uploaded, the application will show other images from the web which look exactly similar, whether or not of ...
0
votes
0answers
4 views
How can I get facebook id\link for the instagram user
I use Instagram API to get user photos, but I also want to have access to facebook profile of this users over Facebook API.
How can I get facebook user id for current instagram user?