Jump to content

Daoud Hadi

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Daoud Hadi

  1. Hi there, I'm not sure whether "Norman Firkins" issue (first message) was resolved, but I'm facing the same issue. I've authorized my app to gain access and obtained the authorization code from the specified callback URL (an example code is shown below). This however results in an error saying "The auth code you transmitted has an unexpected format." Not sure where Im going wrong, can anyone help? code = 'GB%2F20cc2677-d838-47e1-a197-e914679d0222' r = requests.post(URL, headers = headers, data = {'grant_type': 'authorization_code', 'client_id':client_id, 'client_secret':client_secret, 'redirect_uri':redirect_uri, 'code':code})
×
×
  • Create New...