문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top