mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Updated Web Nodes outline (markdown)
parent
781c0013f3
commit
e627dc945c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user