Search code examples
c#oauthodeskupwork-api

Upwork/Odesk API desktop application development


I'm develop application that should use Upwork API (Winforms + C#). To have access to Upwork data, need to authorize there. But in https://developers.upwork.com I don't see how can I login via web request/desktop application.


Solution

  • In order to use upwork api, there are more requirements:

    For authentication by default probably you will use OAuth1 so when your apiKey was enabled, to request your token you will have to follow this steps