Question
ask help, I don't know why the message of long poll response is out_of_date?
I use long_poll method in python, but the message of long poll response is out_of_date, I don't know why?
the python code as below:
options = current_client.events().get_long_poll_options()
long_poll_response = current_client.events().long_poll(options, stream_position=0)
print(long_poll_response.json()['message']) # out_of_date
Thanks in advance.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.