gcode-mirror / bitly-api

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

Bit.ly Referrers giving encoded result #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem (provide an exact http api call where 
appropriate)?
1. Perform a V3 referrer call
2. Returned results include encoded referrer result

What is the expected output? What do you see instead?

Expected result is {:referrer => "facebook.com", :clicks => 1}, actual result 
is {:referrer => "1+kCfaqydQ8=", :clicks => 1}

What version of the product are you using? On what operating system?

Version 3 on Mac OS X 10.6.7

Original issue reported on code.google.com by cbe...@bryant.edu on 20 Apr 2011 at 3:19

GoogleCodeExporter commented 9 years ago
Thanks for reporting this. Is there a specific link that you are querying that 
reproduces this consistently?

Original comment by jehiah on 20 Apr 2011 at 4:33

GoogleCodeExporter commented 9 years ago
This was the link I was using:

http://bit.ly/f1JMBE

A note that the link will not resolve correctly for you, as the long URL is 
routed to an internal URL at our office. However that's never had this kind of 
problem occur.

Original comment by agrob...@gmail.com on 20 Apr 2011 at 4:36