When using the foursquare API Explorer, I am getting back what appears to be errant data when using timestamp. I am finding that when I make the calls about a specific venue at multiple times, I still receive the same output (meaning, the same people are at the venue, despite looking at varying times).
For example, I make the following call below.
https://api.foursquare.com/v2/venues/4bf6ef8b5efe2d7fd10d6834/herenow?afterTimestamp=1337475603
I change the time stamp to other times such as below.
https://api.foursquare.com/v2/venues/4bf6ef8b5efe2d7fd10d6834/herenow?afterTimestamp=1337969407
However, I still get the same output in the data. I've tried other timestamps as well. Why is my output remaining constant despite my changing timestamp?