What steps will reproduce the problem?
1. The leaderboard StatsActivity links to a wrong URL
2.
3.
What is the expected output? What do you see instead?
404 page from foursquare.com
What version of the product are you using? On what operating system?
every android version
Please provide any additional information below.
As i already reported in
http://code.google.com/p/foursquared/issues/detail?id=143
the url to the leaderboard is wrong. The code from StatsActivity generates
the following URL
http://foursquare.com./iphone/me?view=all&scope=friends&uid=" + us +
"&cityid=" + cityId;
which is not working for my city (78) and my uid (mrschtief)
i could fix it, if someone tells me the proper URL
Original issue reported on code.google.com by lischke@gmail.com on 21 Dec 2009 at 1:04
Original issue reported on code.google.com by
lischke@gmail.com
on 21 Dec 2009 at 1:04