When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

mustafa_m_hussein's blog

By mustafa_m_hussein, history, 2 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'}"

if there anyone can help or give me an exapmle of request ?

| Write comment?
»
2 years ago, # |
  Vote: I like it 0 Vote: I do not like it

You can read the documentation about authorization here...

»
20 months ago, # |
  Vote: I like it 0 Vote: I do not like it

nice api