teo1978

Results 36 comments of teo1978

Actually I guess calling get('pretty_much_anything') would cause the same exception, as the problem seems to be that $this->_accessToken is an array. I'm calling setAccessToken($token) where $token has been obtained by...

The error came from calling $accessToken=$client->accessToken() and then $client->setAccessToken($accessToken) I have then figured out that the second call is unnecessary because accessToken() already sets the token, but see my three...

Sorry, I was convinced that accessToken() was returning an array (well actually it was, but I was convinvced it was happening with no error) because 1. removing the call to...

This is ridiculous. The error seems to be caused by calling the constructor without the third parameter (redirect_url). The redirect url parameter shouldn't be needed in this situation, and if...

For god's sake, different sketches using a common library? That's the exact opposite of what it's been talked about here: a sketch that would almost run seamlessly on different modes...

@fjenett: valid and already currently available possibilities? Which ones? Regarding .java and .js code, please read my comment at: https://github.com/processing/processing/issues/1689#issuecomment-15031766 .java and .js files are only a partial solution. If...

I understand you don't want to spend time to design, implement and document preprocessor directives, but please consider that a VERI SLIGHT modification of the already right-away-available way of attaching...

Oh, that would be awful. Not being able to compute offsets of anything if the body has padding would be an unacceptable limitation

I have an even more basic issue: When I request the api endpoint `/video/12345` (where 12345 is the video ID), I get an error: ``` [invalid_parameters] => Array ( [0]...