This code has a simple form that prompts the user to enter a keyword to search on Twitter.
代码中有个简单的表单,提示用户输入在Twitter中搜索的关键词。
The engine works in the background to fetch tweets containing the search keyword. Bonita displays the messages it finds on a second UI form, as shown in Figure 2.
该引擎在后台工作以获取包含搜索关键词的tweet。
Your TwitterSearchConnector needs the two pairs of keys (consumer key, consumer secret, access token, and access token secret) and the search keyword that's entered in the first UI form (Figure 1).
TwitterSearchConnector需要两对密钥(consumer key、consumer secret、访问令牌以及访问令牌secret)和在第一个UI表单中输入的搜索关键词(图1)。
应用推荐