blanchardjeremy / google-groups-php-api

Provides access to Google Groups using a faux-API (emulating a browser to take actions as if it were a user).
http://activismlabs.org
35 stars 9 forks source link

Does not work #5

Open gabrielschuck opened 7 years ago

gabrielschuck commented 7 years ago

This code does not work on newer versions of php. I tested it on my local server using php version 5.6 and several "deprecated" type errors are occurring. Example: Deprecated : Assigning the return value of new by reference is deprecated I needed a code where I could add a member directly to the group via site but it's hard to find one that works ...