Mr1Penguin / DeviantartApi

DeviantartApi Library in C# (netstandard 2)
MIT License
6 stars 3 forks source link

Add SignInAsync implementation for Windows Forms apps #2

Closed libertyernie closed 7 years ago

libertyernie commented 7 years ago

This could also be implemented with CustomSignIn in the .NET project, but I thought it might be nice to include one here. Since we need to reference Windows Forms, I made a separate package.

The acquisition of the code uses a WebBrowser control (embedded Internet Explorer engine).

I haven't tested it with different scopes yet but it should work.

Mr1Penguin commented 7 years ago

Fix line with adding scopes to request parameters(missed '&') and after that I'll include your code into current branch.

After I complete netstandard branch this code would be wrapped as extension to library.