2019-09-30 12:43:59

How can I authorize using Oauthg to the Web API in C#? Like TWBlue did in an old way? Browser opened, I logged in and request was sent somewhere. Must I use PHP for that and return the token to the user? Warning! I am not using Twitter API

If you want to contact me, do not use the forum PM. I respond once a year or two, when I need to write a PM myself. I apologize for the inconvenience.
Telegram: Nuno69a
E-Mail: nuno69a (at) gmail (dot) com

2019-09-30 13:33:58

Hi...
Usually the request is sent back to a redirect url you can specify.
Just open and listen on a port and specify that the request be sent to http://localhost:port and then handle the inbound requests in C#.

If you like what I do, Feel free to check me out on GitHub, or follow me on Twitter

2019-09-30 15:02:23

Ah, so that is the best way. OK thanks, that's what I needed to know smile

If you want to contact me, do not use the forum PM. I respond once a year or two, when I need to write a PM myself. I apologize for the inconvenience.
Telegram: Nuno69a
E-Mail: nuno69a (at) gmail (dot) com