...
Code Block | ||||
---|---|---|---|---|
| ||||
rule auth { select using ".*"when twitter new_tweet // select no matter what write so that it's selected for any twitter action if(not twitter:authorized()) then twitter:authorize() fired { last } } |
...
...
Code Block | ||||
---|---|---|---|---|
| ||||
rule auth { select using ".*"when twitter new_tweet // select no matter what write so that it's selected for any twitter action if(not twitter:authorized()) then twitter:authorize() fired { last } } |
...