gcode-mirror / bitly-api

Automatically exported from code.google.com/p/bitly-api
0 stars 0 forks source link

v2 shorten only accepts apiKey parameter not api_key #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Our (untouched) bit.ly code using your v2 API has now stopped working, 
complaining of a missing api key. It seems that it now needs it called "apiKey" 
rather than "api_key"... which is what your v3 API requires.

Bit of a pain because we're now having to redeploy our apps to account for this 
:)

Original issue reported on code.google.com by james.cr...@gmail.com on 28 Feb 2011 at 1:11

GoogleCodeExporter commented 9 years ago
Thanks for reporting this James; unfortunately that was an undocumented feature 
even i was unaware of. 

Because the v2 documentation only referred to an "apiKey" parameter, and the v2 
api endpoints were deprecated as of March 2010, this will most likely not be 
fixed. We would encourage you to update your code to call v3 endpoints which 
have a simpler response when you make your changes.

Original comment by jehiah on 28 Feb 2011 at 2:49

GoogleCodeExporter commented 9 years ago

Original comment by jehiah on 28 Feb 2011 at 2:50