I want to handle the response from the below WeChat URL in my C# App:-
https://open.weixin.qq.com/connect/oauth2/authorize?appid=APPID&redirect_uri=REDIRECT_URI&response_type=code&scope=SCOPE&state=STATE#wechat_redirect
As mentioned in URL I want to get "code" value as JSON response. I have no idea how I will get the response. how I can achieve that ?