Yoshifumi Kawai
Yoshifumi Kawai
Sorry, I update VS2012 to VS2013. VS2013 is not support WP75 maybe, I've missed this issue. But I don't know how to support WP75 on VS2013.
Did you see SampleApp? https://github.com/neuecc/AsyncOAuth/blob/master/AsyncOAuth.ConsoleApp/Twitter.cs#L74 ``` csharp public async Task GetStream(Action fetchAction) { var client = OAuthUtility.CreateOAuthClient(consumerKey, consumerSecret, accessToken); client.Timeout = System.Threading.Timeout.InfiniteTimeSpan; // set infinite timespan using (var stream =...
This code is broken, but maybe you can reference it. ``` csharp public class TwitpicAuthroizeHandler : DelegatingHandler { const string ServiceProvider = "https://api.twitter.com/1/account/verify_credentials.json"; const string Realm = "http://api.twitter.com/"; readonly string...
Thank you for use! Okay, I'll think about how to format.
@enkelmedia yes, if you send PR, I'll merge it.
hmn, Why don't you escape a URL ? ``` csharp Uri.EscapeUriString("https://api-content.meocloud.pt/1/Metadata/meocloud/nova com espaco/") ```
Indeed, I think it is necessary.
Yes. Record support and source generator are the next goals.
Thanks, I'll try to implement.
Thanks for the reporting. Could you provide reproduce code and image of profiling result?