sscarpa / google-api-php-client

Automatically exported from code.google.com/p/google-api-php-client
Apache License 2.0
0 stars 0 forks source link

programming error in php buzz example #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Just try to run the buzz example. 
.../google-api-php-client/examples/buzz/index.php
Then "Get the public stram"

What is the expected output? What do you see instead?

PHP-Error message in getPublicStream.php line 33

What version of the product are you using? On what operating system?

latest version: google-api-php-client-0.4.4.tar.gz.

Please provide any additional information below.

line 33 should be:

$apiClient->setApplicationName(

instead of 

$client->setApplicationName(

Original issue reported on code.google.com by ErichFin...@googlemail.com on 16 Sep 2011 at 9:24

GoogleCodeExporter commented 8 years ago

Original comment by chiragsh...@gmail.com on 16 Sep 2011 at 5:22