What steps will reproduce the problem?
1.Download the library
2.Enter your GA credentials into example.report.php
3.Run the script
I should see the report data. Instead I see "Parse error: syntax error,
unexpected T_OBJECT_OPERATOR"
On line 8:
-$ga = gapiClientLogin->authenticate(ga_email,ga_password);
+$ga = gapiClientLogin::authenticate(ga_email,ga_password);
Original issue reported on code.google.com by eva...@gmail.com on 19 Aug 2010 at 9:46
Original issue reported on code.google.com by
eva...@gmail.com
on 19 Aug 2010 at 9:46