0

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

Nicolas Cadilhac
  • 4,680
  • 5
  • 41
  • 62

1 Answers1

0

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.

Community
  • 1
  • 1
Nicolas Cadilhac
  • 4,680
  • 5
  • 41
  • 62