CashwellDev / foursquared

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

leaderboard URL wrong #144

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by naveen...@gmail.com on 22 Dec 2009 at 5:27