Updated Web Nodes outline (markdown)

hbeeken 2014-10-07 06:00:56 -07:00
parent e627dc945c
commit 217f9ce641
1 changed files with 2 additions and 1 deletions

@ -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')