Question

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

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top