From e627dc945ca766514d3c198dbc859f97574fcbab Mon Sep 17 00:00:00 2001 From: hbeeken Date: Thu, 2 Oct 2014 06:51:03 -0700 Subject: [PATCH] Updated Web Nodes outline (markdown) --- Web-Nodes-outline.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Web-Nodes-outline.md b/Web-Nodes-outline.md index b4b76ea..2596126 100644 --- a/Web-Nodes-outline.md +++ b/Web-Nodes-outline.md @@ -12,6 +12,7 @@ Some use HTTP(S) callback for event notification. This will only be possible wit * Input events require https callback. There is a URL which can be polled (although this isn't the recommended usage, it is ok for the first pass of the node). * Their OAuth authentication implementation requires a predefined callback uri which cannot be overridden by the application. This makes it impossible to create an authentication flow as we've done for twitter/flickr. This has been fixed along the same lines as some of the other more recent nodes. +* API currently only supports polling check-in information of the authenticated user (https://developer.foursquare.com/docs/users/checkins - "self" is only supported). However, can get the list of friends for the authenticated user and then see which check-ins they've made so there may be a way around it. This needs clarification and looking into. ##### Inputs * New checkin for the authenticated user