Skip to content
Emma edited this page Apr 1, 2014 · 11 revisions

(See dataset/sample for details)

Data on users that we know we have access to.

Venue data (try it):

  • name
  • categories (one venue can have multiple categories)
  • stats (checkins, likes)
  • rating
  • ... (other)

Venue interactions (tips and photos) are part of the venue object.

Information on the user directly form an interaction:

  • id
  • firstName
  • lastName
  • gender
  • photo

Information about the interaction:

  • creation time of interaction (ex createdAt: 1360850770)
  • Source (ie instagram, foursquareweb)
  • id
  • text (for tips. ex) ""Get the blueberry pancakes and the sugar cured bacon"" )
  • photourl (for tips)
  • likes.count (number of people who like the tips)

From Foursquare API - user information (knowing the userId and for a logged in user, try it):

  • friends
  • homeCity
  • contact (depends on the users, how much they filled in: email, Facebook)
  • createdAt
  • ... other
Clone this wiki locally