Twitter连接器 - 有效搜索条款? [英] Twitter Connector - Valid Search Terms?

查看:105
本文介绍了Twitter连接器 - 有效搜索条款?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 大家好,


我想在逻辑应用中使用Twitter连接器,当其中一个Twitter帐户有一个新帖子时触发触发器(目前我只打算将它们放入azure sqlserver实例中)。 


我打开了逻辑应用程序设计器,然后点击了"发布新推文的时候"。 "共同触发器"中的项目列表,然后连接到Twitter。我现在看到一个标题为"搜索文本"的文本框。 


是否有人知道此框中的有效搜索字词是什么,或者它们是否记录在某处?理想情况下,我不需要为我想要监控的每个帐户创建一个单独的连接器,但是从框中的示例中可以看出
i是否可以在搜索文本框中输入多个帐户。


我查看了此处的连接器文档  https://docs.microsoft.com/en-us/connectors/twitterconnector/,但找不到任何内容。 


提前致谢!

解决方案

在幕后,它只是对
Twitter搜索API
。你应该可以使用此官方文档。


因此,对于您的使用案例,您可以使用这样的搜索查询 -   from:user1或from:user2



 Hi All,

I would like to use the Twitter Connector in a Logic App to cause a trigger to fire when one of many twitter accounts has a new post (currently i just intend to put these into an azure sqlserver instance). 

I opened the logic apps designer, and then clicked on the "when a new tweet is posted" item in the "common triggers" list, and then connected to twitter. I now see a text box titled "search text". 

Does anyone know what the valid search terms are in this box, or if they are documented somewhere? Ideally i would not have to create a separate connector for each account i want to monitor, but it's not obvious from the examples in the box as to whether i can enter multiple accounts in the search text box.

I looked at the connector documentation here https://docs.microsoft.com/en-us/connectors/twitterconnector/, but could not find anything. 

Thanks in advance!

解决方案

Behind the scenes, its just an API call to the Twitter Search API. You should be able to use any search queries as mentioned in this official documentation.

So, for your use case, you could use a search query like this - from:user1 OR from:user2


这篇关于Twitter连接器 - 有效搜索条款?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆