Listing who's been Here on other site

29 views
Skip to first unread message

lukeMV

unread,
Apr 27, 2010, 10:18:21 AM4/27/10
to foursquare API
Maybe I am just not used to how this discussion works... but I run a
web site that lists venues. In each venue profile page, I would like
to tap into FourSquare and list the Whos Been Here... and maybe have a
link to "check-in".

Where can I find this?

--
To post to this group, send email to foursqu...@googlegroups.com

http://groups.google.com/group/foursquare-api

naveen

unread,
Apr 27, 2010, 2:55:46 PM4/27/10
to foursqu...@googlegroups.com
On Tue, Apr 27, 2010 at 10:18 AM, lukeMV <lu...@lukemv.com> wrote:
Maybe I am just not used to how this discussion works... but I run a
web site that lists venues. In each venue profile page, I would like
to tap into FourSquare and list the Whos Been Here... and maybe have a
link to "check-in".

Where can I find this?

the api doesn't quite reveal venue history

you can get a list of "people currently here" -- defined to be a list of people who've checked in in the last three hours

lukeMV

unread,
Apr 27, 2010, 3:18:38 PM4/27/10
to foursquare API
That would work... where can I find that? I am new to the API forum.

On Apr 27, 2:55 pm, naveen <naveen...@gmail.com> wrote:

Bruno Barreto

unread,
Apr 27, 2010, 3:23:51 PM4/27/10
to foursquare-api
The list of 'people currently here' cited by naveen is in the venue details:


You need to be authenticated to see the checkins.
--
best regards,
Bruno Barreto
web standardization and programming
http://www.brunobarreto.net/
br...@brunobarreto.net
(11) 9425-5006

Nathan

unread,
Apr 28, 2010, 8:47:24 AM4/28/10
to foursquare API
> you can get a list of "people currently here" -- defined to be a list of
> people who've checked in in the last three hours

It lists people who have checked in in the last three hours and
haven't checked in anywhere else since.

If you checkin to venue A, and 5 minutes later checkin to venue B, you
will not be listed on the "Who is here" response for venue A, even
though you were there within three hours. It's an often unmentioned
detail.

naveen

unread,
Apr 28, 2010, 4:56:20 PM4/28/10
to foursqu...@googlegroups.com
On Wed, Apr 28, 2010 at 8:47 AM, Nathan <nathan...@gmail.com> wrote:
> you can get a list of "people currently here" -- defined to be a list of
> people who've checked in in the last three hours

It lists people who have checked in in the last three hours and
haven't checked in anywhere else since.

If you checkin to venue A, and 5 minutes later checkin to venue B, you
will not be listed on the "Who is here" response for venue A, even
though you were there within three hours.  It's an often unmentioned
detail.

yeah didn't mention it in this thread, but it's in the docs:

  • stats - shows whether you and your friends have ever checked in here (<beenhere>); total checkins at the venue (<stats><checkins>); and total people there now (<stats><herenow>). the<checkins> and <herenow> blocks serve as a live count of people currently at the venue: if someone moves, the count will drop


asteinb

unread,
Apr 28, 2010, 8:50:21 PM4/28/10
to foursquare API
What are the chances you will expose venue history in V2 of the API?
Thanks

On Apr 27, 2:55 pm, naveen <naveen...@gmail.com> wrote:

rakf1

unread,
Apr 29, 2010, 2:42:11 PM4/29/10
to foursquare API
Naveen, is there any plan to release APIs to get check-in history at a
Venue ?


On Apr 27, 11:55 am, naveen <naveen...@gmail.com> wrote:

Doug Pfeffer

unread,
Apr 29, 2010, 3:47:01 PM4/29/10
to foursqu...@googlegroups.com
Hey all,
Seems like these conversations usually come down to privacy concerns on Foursquare's part.
Has anything privacy related been codified? Like, "Rule 1: You can never see anyone's checkins unless your a friend of them".
If that's the fundamental rule then it follows that a full list of people who have been at a location won't ever be accessible, because you're not friends with all of them. Sound right?

Doug

rakf1

unread,
Apr 29, 2010, 7:17:43 PM4/29/10
to foursquare API
Doug, I'm talking about the all users who have been at a venue, that
data is available to view on foursquare.com venue page. That can be
made available via API ?

Doug Pfeffer

unread,
Apr 29, 2010, 10:06:51 PM4/29/10
to foursqu...@googlegroups.com
Ooh, I get it. Nevermind. One would think that would be API accessible.
>>>> To post to this group, send email to foursquare-
>>>> a...@googlegroups.com

Chase

unread,
May 20, 2010, 3:41:04 PM5/20/10
to foursquare API
I agree. This would be a nice feature since it is publicly available
on the foursquare website without authenticating.

On Apr 29, 10:06 pm, Doug Pfeffer <do...@barbariangroup.com> wrote:
> Ooh, I get it. Nevermind. One would think that would be API accessible.
>
> On Apr 29, 2010, at 7:17 PM, rakf1 wrote:
>
>
>
> > Doug, I'm talking about the all users who havebeenat a venue, that
> > data is available to view on foursquare.com venue page. That can be
> > made available via API ?
>
> > On Apr 29, 12:47 pm, Doug Pfeffer <do...@barbariangroup.com> wrote:
> >> Hey all,
> >> Seems like these conversations usually come down to privacy concerns
> >> on Foursquare's part.
> >> Has anything privacy relatedbeencodified? Like, "Rule 1: You can
> >> never see anyone's checkins unless your a friend of them".
> >> If that's the fundamental rule then it follows that a full list of
> >> people who havebeenat a location won't ever be accessible, because
> >> you're not friends with all of them. Sound right?
>
> >> Doug
>
> >> On Apr 29, 2010, at 2:42 PM, rakf1 wrote:
>
> >>> Naveen, is there any plan to release APIs to get check-in history  
> >>> at a
> >>> Venue ?
>
> >>> On Apr 27, 11:55 am, naveen <naveen...@gmail.com> wrote:
> >>>> On Tue, Apr 27, 2010 at 10:18 AM, lukeMV <l...@lukemv.com> wrote:
> >>>>> Maybe I am just not used to how this discussion works... but I  
> >>>>> run a
> >>>>> web site that lists venues. In each venue profile page, I would  
> >>>>> like
> >>>>> to tap into FourSquare and list theWhosBeenHere... and maybe
> >>>>> have a
> >>>>> link to "check-in".
>
> >>>>> Where can I find this?
>
> >>>> the api doesn't quite reveal venue history
>
> >>>> you can get a list of "people currentlyhere" -- defined to be a

benoit

unread,
May 27, 2010, 11:58:58 AM5/27/10
to foursquare API
Hi,
What do you think about this page:
http://www.brooklynmuseum.org/community/foursquare/
The "Who's been here" is perfectly integrated ??

benoit

unread,
May 27, 2010, 11:58:47 AM5/27/10
to foursquare API
Reply all
Reply to author
Forward
0 new messages