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.
You ought to pick a date and stick with it. By always using today's date as the version you're passing to Foursquare (
AndroidFoursquare/src/net/londatiga/fsq/FoursquareApp.java
Line 129 in c52cdde