You ought to pick a date and stick with it. By always using today's date as the version you're passing to Foursquare (
|
String v = timeMilisToString(System.currentTimeMillis()); |
), you run the risk of bumping into breaking JSON changes that your app may not handle.