Tagged Questions
The api-key tag has no wiki summary.
11
votes
2answers
2k views
How do API Keys and Secret Keys work?
I am just starting to think about how api keys and secret keys work. Just 2 days ago I signed up for Amazon S3 and installed the S3Fox Plugin. They asked me for both my Access Key and Secret Access ...
9
votes
4answers
651 views
How to store a secret API key in an application's binary?
I am creating a Twitter client for Mac OS X and I have a Consumer secret. It's to my understanding I should not share this secret key. The problem is that when I put it as a string literal into my ...
6
votes
2answers
323 views
How to open-source an application that uses API keys
For a pet project, I develop a desktop application which requires API keys from several different webservices.
I've been going through and preparing this application to become open-sourced and run ...
3
votes
2answers
281 views
How can I secure a GPL based application against unauthorised use?
I am developing a subscription based WordPress plugin, where a paid subscription gives the product owner an API key and the right to use the plugin. This question is a variant of my broader question ...
3
votes
2answers
101 views
Registering the google api key for publishing app
When we are ready to publish your application,we must get a Maps API Key that is based on the certificate that be will used to sign the application for release n then change the Maps API Key strings ...
3
votes
1answer
431 views
android market: upgrade or unpublish?
I have an app on the market. However, I noticed that I made a bug, which was that I did not sign the maps api key with the key md5 key that i signed the published app. Therefore, should I upgrade the ...
3
votes
1answer
652 views
Where should I store api key in rails3?
What is the best practice for storing/retrieving API keys in rails3?
Should I create my own application yaml and access it through there? If so, how?
Sorry for the noob question...
3
votes
1answer
325 views
flickr API calls
im interested how many api calls per second or per minute i can do with my flickr API Key?
is there a limit or is it unlimited?
3
votes
1answer
381 views
Google maps api keys: dev -> staging -> production workflow
Does anyone have a good solution for managing the maps api key, given that:
developers work locally, using localhost
we have a staging server, accessed internally via http://stagehost and externally ...
3
votes
1answer
962 views
Conceptual overview of WCF security model?
I'm working with WCF at the moment and attempting to implement a custom security model based around an API key and signature (similar to how Facebook/Flickr/OAuth etc. work).
There are a while bunch ...
2
votes
1answer
82 views
Protecting my REST service, which I will use on the client side with APIkey
Let's assume that I have created my REST service smoothly and I am returning json results.
I also implemented API key for my users to communicate for my service.
Then Company A started using my ...
2
votes
4answers
117 views
How to secure a service from being looped through to find out its api key
Let's say we have a WCF web service. and its link is as follows;
http://www.example.com/service/?api=62383581
62383581 is the API key here. How can we secure the service from being looped through ...
2
votes
2answers
219 views
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.yml and development.yml as global variables. I now want to push this project to ...
2
votes
1answer
178 views
Distributing and using API-keys for web-applications
I have a web-application for which I'm building a Drupal module that allows my customers to access certain data on my application.
I intend to distribute secret API-keys to my customers who need to ...
2
votes
6answers
871 views
Managing Google Maps API keys
My application uses a large number of MapView screens and I'm trying to figure out how to manage the API key between the debug environment and production. Apparently, there is no way to change the ...
2
votes
3answers
841 views
Do I need to hide my Flurry API key in my open source app?
I have an open source Android app which I am planning on adding Flurry tracking to. Flurry creates a unique API key for your app's tracking.
Do I need to try and hide this API key in my source ...
2
votes
1answer
83 views
Ownership of Google API keys in the enterprise
When developing a Google Maps or Recaptcha implementation, you can sign up for a free API key using
However, in a large company, you don't want to tie these keys to a developer's gmail account.
...
1
vote
0answers
67 views
Validate OAuth API key and API secret?
I am creating small blog like project, in which i am using OAuth login system. For all providers API key and Secret will be enter from setting page. I want to validate key and secret, is it valid or ...
1
vote
1answer
95 views
API Keys used to not be the APP ID?
I'm upgrading our FB app to use the new SDK. Noticed that API Keys are now the same as the App ID. We're still sending over our old API Key for tokens. Are the old API Keys Obsolete/Deprecated... ...
1
vote
1answer
260 views
RESTful API keys suggestions
I'm looking for suggestions about a RESTful API design. I've read a lot about REST API schemes, ways of authentication/authorization etc. What I can't decide is if I really need to use API keys. From ...
1
vote
0answers
156 views
Web API: HTTP Basic Auth? Or just include key in the parameters?
I'm in the process of creating an API for my web app, and while I'd like to make it relatively secure, I also want it to be as easy to work with as possible.
Each user has an API key, and I was ...
1
vote
1answer
126 views
Method for calling App ID, API Key, Client Key, etc.?
-->This question is geared to mobile applications for Windows Phone 7 (Although I'm sure the solution could be used on any .net application<--
Hello what are some ways of calling Application IDs, ...
1
vote
1answer
417 views
When is a Google Maps API key required?
Recently Google changed it's policy on the use API keys. You're now supposed to no longer need an API key to place Google Maps on your website.
And this worked perfectly. But now I have this map ...
1
vote
1answer
251 views
Create a DataContext and provide an API Key
i need some help with the following:
i have a wcf data service with some api authorization mechanism.
that works, if i enter the service url in the browser. it validates the api key and gives me ...
1
vote
4answers
197 views
How can I secure my plugin so only paying users can use it?
I'm developing some (wordpress) plugins and I'm planning to have a license fee for whoever want's to use it.
Therefor I need a way to make sure that this plugin is not uploaded to a server where ...
1
vote
2answers
138 views
How to handle 'open-sourcing' your application, when it uses a personal API key?
I'm creating an application that uses a personal API key. How can I open source the application?
Possible Duplicate:
...
0
votes
1answer
26 views
Can't see any maptiles in app after release to android market
I recently added a mapview to my app that I have in android market. When I was testing the app in the emulator and on my phone with the google maps api debug key everything worked. Then I changed the ...
0
votes
1answer
59 views
Facebook Error Invalid API Key
I am trying to post an image to facebook wall from my android application. I am using the facebook sdk.
From my MainActivity when i call FBConnectionActivity to get the connection and ID, I get a ...
0
votes
3answers
47 views
Changing Maps API Key based on development environment
I work in two different environments for developing an android application, and I have a different Maps API key for each SDK. I haven't tried copying one debug.keystore file to the other location, but ...
0
votes
0answers
61 views
Facebook Login not working on Local MAMP setup - api_key=0
I have a Web app built on PHP and CodeIgniter that is hosted on a LAMP stack and works fine with FB authentication in that environment.
Recently I have moved my development environment from PC/XAMP ...
0
votes
0answers
48 views
multiple authentication providers and url rewriting
can somebody please explain how is it possible to use Spring Security in order to secure RESTful application using
api key, provided as part of the URL
basic HTTP auth
username and encrypted ...
0
votes
0answers
44 views
Reimers.dk google api key not working
I am using Reimers.dk Google maps control. On my local machine it works perfectly, but when i deploy my webapp and put it in a server, i get an error
"This web site needs a different Google Maps ...
0
votes
1answer
99 views
how to create my own fingerprint for google maps embeded android application for public use
My google maps embedded android app working correctly on emulator and real device but after signing my app and putting .apk file on the real device it dose not load google maps.I think that I have ...
0
votes
1answer
96 views
json aquired tumblr feed error, uncaught syntaxerror: unexpected token <
This is my first question posted here, so I appologize ahead of time if I use bad form.
I have my tumblr blog posts fed into the aside section of my website. Tonight the feed is not displaying on my ...
0
votes
2answers
76 views
Google Maps Licensing and SocialEngine/Joomla/Drupal plugins
The following plugin for SocialEngine uses Google Maps for proximity searches, maps, etc.
http://www.socialengine.net/customize/mod-page?mod_id=211&mod=Google-Map--Locations-Plugin
Additional ...
0
votes
2answers
93 views
What affect on our applications will changing the Heroku API Key have?
Our organization has a number of Rails applications (websites) deployed to Heroku. A former devleoper has left the organization, and as good practice we want to change the Heroku API key associated ...
0
votes
0answers
87 views
How to pass APIKEY to google to get the Ranks
I have develop a win application in that i have try to get the google ranks at first time i got the ranks but when i try to second time it is throwing error so i need to pass the APIKEY,how can i pass ...
0
votes
1answer
52 views
Android map API earlier working key suddenly stopped working
I have used maps before in a small app and it was working fine and i wanted to use it again in another #android app using google API 2.1 update api level 7 emulator. The problem is that ...
0
votes
1answer
281 views
WCF4 REST APIkey question - pass information from ServiceAuthorizationManager to services
I want to implement an API key authentication solution for my WCF4 REST API.
I know that I need to make a class and derive it from ServiceAuthorizationManager and override the CheckAccessCore method. ...
0
votes
1answer
97 views
Developing a Service with API Keys (starting point)
Looked on google and couldn't find anything.
Any good resources to get started designing my backend for a RESTless webapp thats going to rely heavily on API keys.
I know how to write restless ...
0
votes
2answers
193 views
Acquire Flickr JSON API key [closed]
I have created a Flickr JSON-based application. I want a Flickr JSON key. When I try to create one, it redirects me to block.opendns.com, so I can't get a Flickr API key. I just want to test my ...
0
votes
0answers
241 views
Generating one-time tokens from API-key?
I have a web-site for which I'm building a Drupal module that allows the users of that Drupal site to navigate to my web-site directly from the Drupal site.
I intend to distribute secret API-keys to ...
0
votes
0answers
12 views
Structure for passing apikeys internally in code
I'm implementing a feature for which outside apikey-based access is allowed.
TABLE: table_apikeys
api_id: int (AI)
apikey: varchar
TABLE: table_userids
userid: int (AI)
ext_api_id: int (same value ...
0
votes
1answer
352 views
Google map API key on diferent android devices
I'm using MapView in my app. I have API key from google fore my release key store.
I'exporting signed APK with eclipse and trying to install it on devices.
On G1 device with Android 1.6 everything ...
0
votes
2answers
2k views
Can I access Facebook API's without an api_key?
Is it possible to access Facebook APIs for logging in a user, or to allow a user to become a fan of a fan page through a third party site, without actually creating an app on facebook?
0
votes
2answers
1k views
Can I change/set the Google Maps API Key dynamically from JavaScript?
I'm faced with a problem with a small web application I'm developping: My HTML-source will be integrated into the HTML source on another site. I'm using a Google Map in my code, so I have to pass a ...