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
2 views
Google Maps API v3: Is having a polyline library possible
I have a website showing recreational trails for different cities and regions in my state. Sometimes the trails overlap from one community to another. Right now I have one .js file for each separate ...
1
vote
0answers
10 views
Streaming Audio and/or Video Api with Java to remote clients
Is there any good api for Streaming Audio for Java?
Prefereble if it has possiblity to stream it synced.
And the same thing for Video?
0
votes
0answers
6 views
eBay API Call Limit
I am working on a program for a friend which will allow him to post and revise listings to his eBay account and when reviewing the necessary documentation I have found a conflict in terms of limits.
...
0
votes
1answer
22 views
Trying to connect Google, but sometimes “Connection failed”
When I try to fetch contacts from Google, but sometimes when I click on the link to connect with Google API, I get an error page, where is written that Connection Failed or an Timeout Issue.
When I ...
0
votes
0answers
17 views
Input method library in Javascript
I was thinking that is impossible to use an input method (to enter foreign characters like Chinese or Japanese) in Javascript without an input box and that you can't intercept key events. I found ...
0
votes
0answers
14 views
How to find the tags which has highest number of questions in a time period in StackOverflow
I am trying to build a graph for trending languages ,tags in stackoverfloe ,, is there any way to find the find the tags which has highest number of questions in a time period in StackOverflow using ...
0
votes
0answers
14 views
How to use Java api collection in .NET?
As mentioned above,any method to use java api in .NET? Have some attemps but Fail like the tool IKVM, since the java API has complex references among tens of projects in maven.
-1
votes
1answer
9 views
Is a restful API and a backend service (like Parse) the same thing?
Rest confuses me sometimes. I know that it involves creating an API layer over your data and then you make calls to that data through the API. The best way I think of Rest is that the actual Twitter ...
0
votes
1answer
11 views
php REST API auth metadata good practice
I'm building a REST api using PHP 5.4 and I'm putting in my own custom auth library. I'm closely following the format that 2-legged OAUTH uses. (ref: ...
-1
votes
0answers
16 views
Need Free sms sending api for window application [on hold]
I need free sms sending API for C# asp window based program just to test it.
Please give solution ASAP
1
vote
2answers
85 views
API Design Flaw with Factory Pattern
I'm using a factory to create Shape instances for a physics engine. The size of each shape is not known until construction time, hence a factory being used in place of stack memory + cloning. A Shape ...
1
vote
1answer
15 views
Screen size in inches
I am developing a multi-platform game that runs on iOS as well as desktops (Windows, Mac, Linux). I want the game to be able to resize certain UI elements depending on the resolution of the screen in ...
0
votes
0answers
14 views
Creating FaceBook Image post by api
I am trying to create Image Post to the FaceBook App on
https://developers.facebook.com/tools/explorer?method=POST&path=app_name/photos
I do:
app_name/photos
url : my_url
message : some text
But ...
0
votes
2answers
24 views
Is there any downside to storing an API key in a browser cookie?
We've got an app with a json API. We use Javascript in the browser to send ajax calls to it. Each API call requires an API key.
I was planning to implement a login API that would accept a username ...
0
votes
1answer
9 views
Logo to put on app to show it's using Okuma API [on hold]
I'm writing an application that uses the Okuma API. Is there any built in splash screen or standard way to show the app is using the API? (Something like Intel-Inside but Okuma THINC Inside, etc) I've ...