将 Elmah 与 twitter 及其强制 oauth 身份验证一起使用?
由于 Twitter 将不再使用基本身份验证(登录名、密码),因此我将我的应用程序转换为使用带有 oauth 身份验证的 Twitter。在我的代码中,这没问题,但我还使用 Elmah 在特定 Twitter 帐户上发布错误。但 Elmah 似乎只适用于基本身份验证。这是真的吗?有什么解决办法吗?
谢谢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我添加了 Elmah 网站上的问题,已被接受。
与此同时,我正在尝试寻找解决方法,但没有成功。我的尝试是添加一个事件进行错误过滤,但我遇到了另一个问题,解释这里。通过这样做,我不会过滤错误,而是手动将其发布到 Twitter。
I have added an issue on the Elmah web site and it has been accepted.
In the meantime, I'm trying to find a workaround but no success. My try was to add an event for error filtering but I get another issue, explained here. By doing this I would not filter the error but instead I would post it to twitter manually.