I am currently working on something using the Buzz API, and I have installed the Google Api PHP client library.
When I launched it, everything will be fine until an error message appears:
Fatal error: Call to undefined method apiClient::getAccessToken() in (URL) on line 42
I did Notepad ++ search ALL files for this method, but it is not. Please can someone provide the source code for this method or tell me where I could get it?
source share