Colir

Results 26 comments of Colir

yes, ça serait top :)

...the slug param work well with $client->createPost()... Can't make it work with reblog... Can you confirm this. Thanks you very very much

ok, I've found the problem. It's due to another install of Guzzle in another folder loaded with the autoloader. But how I can isolate Guzzle use on different folders, if...

Here is the solution: As the exception occurs on the Client, the first `try{}` must wrap the $response variable ` try{ $response = $this->client->request(....) } catch ( Exception $e ){...