Top "Api-key" questions

An application programming interface key (API key) is a code passed in by computer programs calling an API (application programming interface) to identify the calling program, its developer, or its user to the Web site.

One Google Maps key for all developers?

We are using a Google MapView in our application but on different computers we must use different API keys, otherwise …

android google-maps android-mapview api-key
How do we locate the google_maps_api.xml file

Get a Google Maps API key Your application needs an API key to access the Google Maps servers. The type …

android google-maps api-key
Android - The API key can only be specified once <meta-data> duplicates

I’m trying to add Google map in to may app, so I have taken the API key. Unfortunately when …

android google-maps api-key
Where to store sensitive data in public rails app?

My personal rails project uses a few API's for which I store the API keys/secrets in config/environments/production.…

ruby-on-rails environment-variables credentials api-key
Stripe: Validating Publishable and Secret API Keys

I'm builiding a web application that allows our users to sell tickets for music shows. In order to handle the …

validation stripe-payments api-key
How can i generate an API key for Baidu China for an website store locator?

I have been asked by our developers to give them an API key for Baidu maps so they can set …

e-commerce search-engine api-key search-engine-api
MapActivity: set APIKey programmatically

I currently use a MapActivity in my application. I use it with 2 API Keys. One for debugging, and one for "…

android google-maps key api-key
How to hide API keys in Android application?

In my application I use google maps api key to communicate with google. I defined this MAP_KEY in gradle …

android environment-variables api-key
Implementing API keys for my API

I have created an api and I want to have some control over who uses it, how often etc. I …

java javascript spring node.js api-key
Generating random API key, 2 method provided, any difference?

I am generating some random API key(256 bits long) using java 7, two methods provided below, generate() and generate2(). Are there …

java security random java-7 api-key