Answer the question
In order to leave comments, you need to log in
How to log in to a site using OAuth2 from a .NET application?
There is a site with authorization through VK. I want to automate the receipt of information from it using Sharpe. Stuck on login. Knowledge of OAuth and web technologies tends to zero. Advise materials on this subject, you need to quickly get the result.
Answer the question
In order to leave comments, you need to log in
With HttpClient, it also supports HTTPS.
using (HttpClient client = new HttpClient())
{
var response = await client.GetAsync("https://api.vk.com/method?");
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question