将 Elmah 与 twitter 及其强制 oauth 身份验证一起使用?

发布于 2024-09-16 22:27:47 字数 167 浏览 7 评论 0 原文

由于 Twitter 将不再使用基本身份验证(登录名、密码),因此我将我的应用程序转换为使用带有 oauth 身份验证的 Twitter。在我的代码中,这没问题,但我还使用 Elmah 在特定 Twitter 帐户上发布错误。但 Elmah 似乎只适用于基本身份验证。这是真的吗?有什么解决办法吗?

谢谢

Since Twitter won't use basic authentication (login, password) anymore, I'm converting my app to using twitter with oauth authentication. In my code this was ok, but I also use Elmah to tweet the errors on a specific twitter account. But it seems Elmah only works with basic authentication. Is it true? Any workaround?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

℉絮湮 2024-09-23 22:27:47

我添加了 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文