This repository was archived by the owner on Jul 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed
Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ contains the actual comment. The id of the parent message is stored in a [specia
102102<div id =" /action " ></div >
103103## Event: action
104104
105- Action events are sent by various activities, such as adding Twitter stream .
105+ Action events are sent by various activities, such as adding an RSS feed .
106106
107107### Data
108108
@@ -124,10 +124,6 @@ string or an object.
124124| uninvite | An invitation is canceled by a member of the flow. ` description ` is the same as in ` invite ` . |
125125| add\_ rss\_ feed | An RSS/Atom feed is added to the flow. ` description ` is the URL of the feed. |
126126| remove\_ rss\_ feed | An RSS/Atom feed is removed from the flow. ` description ` is the same as in ` add_rss_feed ` . |
127- | add\_ twitter\_ follow | Start following a Twitter user in the flow. ` description ` is the username of the Twitter user. |
128- | remove\_ twitter\_ follow | Stop following a Twitter user in the flow. ` description ` is the same as in ` add_twitter_follow ` . |
129- | add\_ twitter\_ search | A Twitter keyword search is added to the flow. ` description ` contains the Twitter search term. |
130- | remove\_ twitter\_ search | A Twitter keyword is removed from the flow. ` description ` is the same as in ` add_twitter_search ` . |
131127
132128### Sample
133129``` json
@@ -140,8 +136,8 @@ string or an object.
140136 "id" : 3816534 ,
141137 "event" : " action" ,
142138 "content" : {
143- "type" : " add_twitter_search " ,
144- "description" : " flowdock "
139+ "type" : " add_rss_feed " ,
140+ "description" : " http://apidock.com/ruby/RSS "
145141 },
146142 "user" : " 18" ,
147143 "attachments" : [],
Original file line number Diff line number Diff line change @@ -178,8 +178,8 @@ Flowdock-User: 2
178178 "id" :3816534 ,
179179 "event" :" action" ,
180180 "content" :{
181- "type" :" add_twitter_search " ,
182- "description" :" flowdock "
181+ "type" : " add_rss_feed " ,
182+ "description" : " http://apidock.com/ruby/RSS "
183183 },
184184 "attachments" : [],
185185 "user" :" 18" ,
@@ -228,8 +228,8 @@ Flowdock-User: 2
228228 "id" :3816534 ,
229229 "event" :" action" ,
230230 "content" :{
231- "type" :" add_twitter_search " ,
232- "description" :" flowdock "
231+ "type" : " add_rss_feed " ,
232+ "description" : " http://apidock.com/ruby/RSS "
233233 },
234234 "attachments" : [],
235235 "user" :" 18" ,
You can’t perform that action at this time.
0 commit comments