1

In 4square venues API reference I've found parameter categoryId for inclusion some category venues. But I want to exclude some categories from my venues list (e.g. trains and airplane check-ins).

Is this feature available?

skayred
  • 10,603
  • 10
  • 52
  • 94

1 Answers1

0

No it isn't, you'll need to retrieve the venues in the top-level category that you do want and then filter out those belonging to the categories that you don't want.

Martin
  • 496
  • 3
  • 6