lowjack's blog

By lowjack, history, 6 years ago, In English

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'}"

  • Vote: I like it
  • -5
  • Vote: I do not like it

| Write comment?
»
6 years ago, # |
  Vote: I like it +9 Vote: I do not like it

is error a Grandmaster ?

»
6 years ago, # |
  Vote: I like it +12 Vote: I do not like it

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

  • »
    »
    6 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Can you please give me an example of correct request?