Top "Api" questions

DO NOT USE.

Best/Most Comprehensive API for Stocks/Financial Data

What is the most recommended free/public API for accessing financial market stats and stock quotes (preferrably real-time quotes)? I'm …

web-services api rest soap finance
How to Logout of an Application Where I Used OAuth2 To Login With Google?

In my application, I implemented Google signout using jsapi. I used the url https://www.googleapis.com/oauth2/v1/tokeninfo?…

javascript api oauth-2.0
Convert Enumeration to a Set/List

Is there some one-liner bridge method to dump a given Enumeration to java.util.List or java.util.Set? Something …

api collections conventions java
How to use Google Translate API in my Java application?

If I pass a string (either in English or Arabic) as an input to the Google Translate API, it should …

java api google-api google-translate
Right HTTP status code to wrong input

What is optimal HTTP response Code when not reporting 200 (everything OK) but error in input? Like, you submit some data …

api http validation
Sending private messages through Facebook API

Possible Duplicate: Facebook Api - send private messages to friends I know that it is not officially possible to send …

facebook api http facebook-graph-api facebook-messages
Credit card payment gateway in PHP?

I need to process credit cards and integrate with backend payment services to credit them. The majority of solutions on …

php api transactions payment-gateway credit-card
How to create QR code image with company logo

We are using a lot of QR code around our office. I would like to know if we can generate …

api qr-code
RESTful API methods; HEAD & OPTIONS

I'm writing a RESTful API module for an application in PHP, and I'm a bit mixed on the verbs HEAD …

php api http rest
Difference between SPI and API?

What is the difference between Service Provider Interface (SPI) and Application Programming Interface (API)? More specifically, for Java libraries, what …

java api