Alejandro Mora
Results
2
comments of
Alejandro Mora
I can run this code perfectly ``` python from fivehundredpx.client import FiveHundredPXAPI from fivehundredpx.auth import * CONSUMER_KEY = 'XXXXXX' CONSUMER_SECRET = 'XXXX' handler = OAuthHandler(CONSUMER_KEY, CONSUMER_SECRET) token = handler.get_request_token() handler.set_request_token(key=token.key,...
thanks for the advice, i removed the uses of stack_context and get it to work but I also have to update handle_stream, I notice that the `_handle_handshake` now gets an...