【发布时间】:2021-12-24 09:52:59
【问题描述】:
我正在尝试使用 Twitter 触发器“发布新推文时”创建一个简单的逻辑应用程序。
我的步骤:
- 在设计器中添加触发器
- 连接名称 - TwitterConnector
- 身份验证类型 - 使用默认共享应用程序
- 点击“登录”
- 授权 MS Azure Logic 应用访问我的帐户
结果: 我收到一条消息“创建和授权 OAuth 连接失败”: Create and authorize OAuth connection failed
如果我保存 Logic 应用程序并运行它,我会收到错误消息 400 Bad request:
{
"status": 400,
"message": "Key 'Token' in connection profile is not valid.\r\n inner exception: Unexpected character encountered while parsing value: h. Path '', line 0, position 0.\r\nclientRequestId: 245d0f38-5f84-412d-bd20-d53c197488b7",
"error": {
"message": "Key 'Token' in connection profile is not valid.\r\n inner exception: Unexpected character encountered while parsing value: h. Path '', line 0, position 0."},
"source": "twitter-ase.azconn-ase.p.azurewebsites.net"
}
【问题讨论】:
标签: azure twitter azure-logic-apps