API stands for Application Programming Interface. A program's API defines the proper way for a developer to request services from that program.
5
votes
0answers
1k views
Google map api v3 disable point of interest info window
I have a custom map with info bubble and custom markers. When I zoom in points of interest such as parks and universities appear and when I click an info window opens. How do I disable the info ...
5
votes
0answers
544 views
How to store location-based data using Geolocation API (Foursquare/Places)?
So, I have a web app idea but I'm struggling to understand the interaction that will need to occur between both my server-side database and the geolocation API (e.g. Foursquare/Google Places).
All ...
4
votes
0answers
235 views
Instagram custom URL scheme for Android
I need to run the Instagram Application, using the HTML link.
For iPhone I use iPhone Hooks(Instagram iPhone Hooks).
How can I do the same for Android?
4
votes
0answers
92 views
What is being displayed on Insights -> Users -> User Trends
I would love to have an API call return the exact same data that is being displayed in the User Trends graph for Daily New Users on the Insights page under users. I can't figure out which metric is ...
4
votes
0answers
88 views
How should a web app use my public API
I'm developing a public HTTP backend API for a service. On top of that, there is a web app that has users log in, and should use the backend API to fulfill user requests. The API supports OAuth2, and ...
4
votes
0answers
854 views
WIth Vimeo Plus account, how to hide/remove the “play” button in the middle of an embedded video?
In searching, I came across this that says Vimeo doesn't support it yet. But I was wondering if anyone has found clever ways around it still?
https://vimeo.com/forums/topic:37769
Here's an image:
4
votes
0answers
240 views
What does the “API Throttling” and “API Throttling Warnings” mean?
In app insights, under API->Activity & Errors there are sections pertaining to: "Api Throttling" and "API Throttling Warnings". But I can't find documentation for what these sections mean and how ...
4
votes
0answers
535 views
Launching a YouTube iframe player via (outer) javascript on iOS
Safari on iOS has a policy that allows playing media only when the current javascript execution begins with a user action, usually a click event.
However when I attach a handler to a button that ...
4
votes
0answers
573 views
Reset bounds on Google Maps API v3
How can I reset the bounds of a GoogleMap when user selects an option? Bounds have already been set to include a 'big picture' of the area, I want to zoom to a specfic area when the user selects an ...
4
votes
0answers
540 views
API for Golf Course Info?
Anyone know of a free API for retrieving golf course information? The standard stuff like the hole yardages, pars, etc?
Google is surprisingly not being very helpful....I have found a few paid ...
3
votes
0answers
38 views
Where is documentation on the embedding API for the Ruby interpreter?
I am looking for a comprehensive, online, documentation resource regarding the embedding of the Ruby interpreter into C or C++ programs, and the API(s) for that purpose.
The section on this in the ...
3
votes
0answers
55 views
ASP.NET Web API Nested Resource in URL
I am creating my first ASP.NET web API. I am trying to follow the standard REST URLs. My API would return the search result records. My URL should be –
...
3
votes
0answers
82 views
google plus activities search query format
Do you know what is a format of query in activities:search api method. Can I use more some kind of disjunction, conjunction or phrases?
3
votes
0answers
830 views
How to get Likes of Instagram photo posts in Facebook Graph API?
I am developing an app that processes <used_id>/posts connection to read the posts a user have made and count the likes and comments that have been received.
Yesterday I noticed that Instagram ...
3
votes
0answers
129 views
Using ActiveRecord interface for Models backed by external API in Ruby on Rails
I'm trying to use Models in my Rails application that retrieve information from an external API. What I would like to do is access my data models (which may consist of information resulting from ...