Updated Web Nodes outline (markdown)

hbeeken 2014-09-30 06:46:57 -07:00
parent 25854b6326
commit 781c0013f3
1 changed files with 112 additions and 104 deletions

@ -10,17 +10,25 @@ Some use HTTP(S) callback for event notification. This will only be possible wit
##### Issues
* Input events require https callback.
* 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.
* 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.
##### Inputs
* New checkin for the authenticated user
* New checkin for another user
* New checkin from authenticated user's friends
Could consider adding additional filter options - tag, category, geographic region...
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...
##### Query
*
* Poll the check-in URI to get the list of check-ins for the authenticated user ('self')
* Poll the check-in URI to get the list of check-ins for a 'friend'
Notes:
* Always return the most recent check-in since the node was initialized.
##### Outputs
* Create a checkin event