From 217f9ce64136f803ddc5a18db5cea99ce618beee Mon Sep 17 00:00:00 2001 From: hbeeken Date: Tue, 7 Oct 2014 06:00:56 -0700 Subject: [PATCH] Updated Web Nodes outline (markdown) --- Web-Nodes-outline.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Web-Nodes-outline.md b/Web-Nodes-outline.md index 2596126..5eb54fa 100644 --- a/Web-Nodes-outline.md +++ b/Web-Nodes-outline.md @@ -6,7 +6,7 @@ Some use HTTP(S) callback for event notification. This will only be possible wit --- -#### FourSquare +#### FourSquare/Swarm ##### Issues @@ -23,6 +23,7 @@ Notes: * Only return a new check-in since the node was initialized * Polls every 15 mins * Could consider adding additional filter options - tag, category, geographic region... +* Foursqure 8.0 split into Foursquare and Swarm. Foursquare being the "give me all the chinese restaurants near me" type capability and Swarm being the "check-in", more social capability (https://developer.foursquare.com/docs/2014update). Therefore anything check-in related needs to be named Swarm, as we have done. ##### Query * Poll the check-in URI to get the list of check-ins for the authenticated user ('self')