python-upwork icon indicating copy to clipboard operation
python-upwork copied to clipboard

Client get_access_token return None, None

Open aijogja opened this issue 5 years ago • 3 comments

refers to this example https://github.com/upwork/python-upwork/blob/master/example/myapp.py#L41 When I use client.get_access_token(verifier), it always return (None, None). So, access_token and access_token_secret always None

aijogja avatar Sep 17 '20 00:09 aijogja

@aijogja , did you get and specified a verifier?

mnovozhylov avatar Sep 17 '20 05:09 mnovozhylov

@mnovozhylov yes, I did.

aijogja avatar Sep 17 '20 21:09 aijogja

@aijogja , could you please provide

  1. python --version
  2. the full script you're using
  3. also, please, make sure you're using enabled OAuth1 key (don't post it here - if you need help with this, please, contact Support Team at http://support.upwork.com/)

mnovozhylov avatar Sep 18 '20 06:09 mnovozhylov