Subscribe to RSS feed

splitbrain.org - electronic brain surgery since 2001

Amazon kills Open Source Apps

Part of Amazon's success over the years was its Affiliate program that encouraged users to link to Amazon products and earn a small percentage from the sales in return. For many years Amazon also provided an API to let developers pull information from Amazon's catalog. Amazon's catalog is huge and they provide a plethora of data, from product names and categories over pictures and prizes to user reviews – all available to developers through the API. Naturally there are hundreds of applications and plugins making use of this data.

One of Amazon's requirement on using the API always was that all shown products had to link back to the product page at Amazon. Of course this link could be tied to a Affiliate ID as well. Many of the mentioned apps come with the Affiliate ID of their creator preinstalled and provide a steady income stream.

So the current API is well established, is sending millions of customers to Amazon and is providing income to many developers out there. A healthy little ecosystem. Until recently.

In May this year, Amazon renamed the API from Amazon Associates Web Service to Product Advertising API and added a new requirement:

In addition to the new name, signatures will be necessary to authenticate each call to the Product Advertising API.

The signing of requests will be required starting August the 15th 2009.

So what's so bad about it? For signing the request, you need to use a Secret Access Key. That key is tied to your account and Amazon states explicitly:

Your Secret Access Key is a secret and only you and AWS should know it. It is important to keep it confidential to protect your account. Never include it in your requests to AWS, and never e-mail it to anyone. Do not share it outside your organization, even if an inquiry appears to come from AWS or Amazon.com. No one who legitimately represents Amazon will ever ask you for your Secret Access Key.

This means that no Open Source application can work out of the box using the Amazon API, because you can't put the secret key into your code obviously. For some apps it might be reasonable to let users sign up for their own keys, but user experience is clearly damaged.

But there is something else, one user in the Amazon developer forums summed up under Did new signature policy killed my income?:

I have developed open source software that displays Amazon products. It's being used by people who don't have an developers account, they might have an associate ID but if they don't my associate ID will be used, giving me some income.
[…]
The only solution is that, if people want to use my software, have to sign up for AWS and enter the AWS information in my program.
I see two potential problems with this:

1. People won't sign up and not use my software.
2. People who do sign up will in the process most likely sign up for an associate ID as well.

In both cases I will loose income.

Amazon didn't even care to respond to the forum post.

I haven't updated the DokuWiki Amazon Plugin yet and I guess many other scripts out there will stop working August the 15th. I wonder how large the impact of the revenue loss at Amazon through this will be, hopefully big enough to let them reconsider.

Tags:
webservice,
amazon,
api,
opensource,
business,
rant
Similar posts:
Posted on Monday, July the 27th 2009 (3 years ago).

Comments?

1
Come on, you can share your app, but you don't share your applications configuration files. Such a file would contain your Amazon API keys and other things like database passwords. Does accessing a database via a password kill open source apps?
2009-07-27 19:18:44
2
I agree with the above commenter. My WordPress configuration file contains all sorts of goodies, such as my database password, salts for the password hashing, and so on. I'm not sharing that, and yet it doesn't hinder me from sharing the parts of the code that actually matter.

API keys are commonplace, and many open source applications make use of them. Gwibber and F-Spot come to mind immediately, but there are many others.
2009-08-01 08:47:09
3
Amazon. hmph! my two cents? Amazon is, and has clearly been a major part of the decline of civilization as we [used to] know it. Talk to any publishing company, such as the countless small-businesses which publish music transcriptions, for example. Riddle me this, Batman: how does one survive, on one's own honest wares, when it is impossible to convince the customer of the righteousness of a fair trade. As the "malls" killed "downtown", so has Amazon drawn blood; struck a calculated blow which may yet bleed, and fester on the faces of tomorrow's babes.
In short, Amazon is amongst the most evil, power-wielding entities of our generation: it should be feared; scrutinized by wise men, for foolish men in greater numbers will pose in its defense.
I can not blame you, if you find there is nothing good that such opposition will do for you; if it bothers you to exert yourself in the name of honor for your fellow man. At what cost: your denial; their thunderous greed? What greater woes will we witness on the faces of younger men, when we've nothing but to weep over our folly, in rue should we have had more skeptic foresight.
2009-08-06 21:13:29
4
Are you planning on updating your ap?
2009-08-19 17:29:07
Chris
5
Hey, I just stumbled across dokuwiki and was excited to use your plugin to make a list of all the books I own (I'm a dork). I was sad to see that Amazon was stupid to disable access, will you be updating your plugin or is it dead?
2009-08-23 03:57:08
Harrison
6
Yes, I will update the Amazon DokuWiki plugin, but I can't say when.
2009-08-27 12:27:29
7
The Amazon plugin was updated. You now need to register your own developer account and set the private and public access keys in the config manager.
2009-09-01 14:14:54
8
Hi,

This API change make me said too, I developed an Android Application which made use of it... I cant distribute the source now, Im even not sure if I can deploy my application compiled (you can find the Key in the binaries...)

The only workaround would be to build a gateway, but I havent enouth badwith to do that...

:-/
2009-11-03 20:38:50
falstaff
CAPTCHA

No HTML allowed. URLs will be linked with nofollow attribute. Whitespace is preserved.