Thomas Ardal
Thomas Ardal
Same error then :) I think it may be caused by someone not hitting "Allow Access" when visiting the Twitter login screen, but I'm not sure.
Looks to be better support for this scenario in the Twitter provider: Failed to accept the Twitter App Authorization. Therefore, authentication didn't proceed. But it still throws an exception inside...
I think that would be a better solution. And maybe an enum or similar explaining what went "wrong"? On Tue, Aug 4, 2015 at 1:05 AM Pure Krome [email protected] wrote:...
The new QueueBackgroundWorkItem in .NET 4.5.2 looks like a great solution to this problem. I need to investigate what this method does, if the caller isn't in a web context....
Did you find a way to do this? I'm thinking about pulling some stats from the store to warn users when getting close to the limit, etc.
Thank you very much. I am able to pull the counter with that code 👍 Suggestions to your code. You can inject `IOptions` and get the value from that. Then...
Yeah ok. The reason I'm asking is that it looks like you either log in a store without a connection string (like memory) or a store with a connection string...
👍 It would be awesome to be able to define custom properties besides a connection string and make it available through `web/app.config`. Like in [NLog](https://github.com/elmahio/elmah.io.nlog/blob/master/src/Elmah.Io.NLog/ElmahIoTarget.cs#L38). I'll think about it. Thank...
This is keeping me from updating as well.
For future visitors and in addition to @mgoodfellow's comments, I'm using the 2.1.0 package with version 1.4 of Intercom's API. I haven't experienced anything that isn't working yet, but there...