azai91 / foursquared

Automatically exported from code.google.com/p/foursquared
Apache License 2.0
0 stars 0 forks source link

don't send blank parameter values in URI #128

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
do "/v1/user" or "/v1/user?uid=33" and not "/v1/user?uid="

(just a best practice thing.)

we've put in catch-all code that catches both conditions so the new backend
should no longer complain with 401s

Original issue reported on code.google.com by naveen...@gmail.com on 15 Nov 2009 at 9:27

GoogleCodeExporter commented 8 years ago
Already done.

7df89e1250c9
user:        Joe LaPenna <joe@joelapenna.com>
date:        Fri Nov 13 23:20:49 2009 -0800
files:       main/src/com/joelapenna/foursquare/http/AbstractHttpApi.java
description:
Don't send null parameters to 4sq server.

Original comment by jlapenna on 15 Nov 2009 at 9:37