How to Strava oauth without a server?

133 Views Asked by At

I have been developing the desktop application on C#. How can I do the oauth process without running a local server?

I can't run the local server because I have a running server on the localhost from another application.

1

There are 1 best solutions below

1
On

I don't think it is possible unless you perform some manual actions.

The only solution is running multiple servers simply assigning different ports.