PHP Google OAuth - Missing Method?

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?

+4
source share
1 answer

What parameters is this function called with?

I found this for you: gData Sample

I repackaged it to simplify external use: smarcombes / HybridAuth

0
source

All Articles