Блог пользователя lowjack

Автор lowjack, история, 6 лет назад, По-английски

How to use Codeforces API to compose a request to use a person api key to authenticate that request.

I keep on getting the error : "You have to be authenticated to use this method".

Eg: "{u'status': u'FAILED', u'comment': u'apiKey: Incorrect signature;onlyOnline: You have to be authenticated to use this method'}"

  • Проголосовать: нравится
  • -5
  • Проголосовать: не нравится

»
6 лет назад, # |
  Проголосовать: нравится +9 Проголосовать: не нравится

is error a Grandmaster ?

»
6 лет назад, # |
  Проголосовать: нравится +12 Проголосовать: не нравится

I just tested it and it's working fine. You are probably not constructing a proper request.