upwork-api client.auth.get_request_token() returns (null,null)
问题 I am moving my first steps with the upwork API in python, but I am stuck at the first steps. I am following the tutorials but I cannot get the tokens from oauth. upwork.ca_certs_locater.LINUX_PATH = 'C:\\Users\\somedir\\cacert.pem' client = upwork.Client(upwork_key, upwork_secret) print("Please to this URL (authorize the app if necessary):") print(client.auth.get_authorize_url()) print("After that you should be redirected back to your app URL with " + "additional ?oauth_verifier= parameter")