I am trying to tie in a Foursquare account to a website, so it will return the country and city of a specific user's most recent checkin. Foursquare offers private feeds for users, using private token URL's: https://foursquare.com/feeds/ but these feeds do not include the city and country.
Is there a way that I can pull this data from the feed, or is the best way to go through the Foursquare API?