using foursquare api v2 to get herenow of a venue -



using foursquare api v2 to get herenow of a venue -

on documentation page, https://developer.foursquare.com/overview/venues, says that

the venues platform lets developers utilize foursquare location layer. applications can search our database , find info including tips, photos, check-in counts, , here now. searches can done near point or through whole city, , can restricted trending or recommended places. platform offers of without requiring end user authentication , available @ high rate limits.

however, when send request like: https://api.foursquare.com/v2/venues/4ad7a112f964a520050d21e3/herenow?client_id=myclientid&client_secret=myclientsecret&v=20120119

i got this:

{"meta":{"code":200},"response":{"herenow":{"count":16,"items":[]}}}

is there need do, such register venue platform developer, list of people here? thanks!

you cannot users info without authenticating [ :( ]

check out documentation @ herenow endpoint page.

specifically first line:

provides count of how many people @ given venue. if request user authenticated, returns list of the users there, friends-first.

api foursquare

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -