将用户添加到群组 PHP

Add users to groups from PHP

我现在为我的组织创建了一个 Google Apps 帐户,并且我有一个网站,用户可以在其中注册和更改加入特定群组的偏好。
我已经在 Google Apps 中创建了群组,我发现了一些信息 here 描述了如何将成员添加到群组(我想做什么),但我无法找到如何设置授权.

我有一个 Ubuntu 服务器 运行 Wordpress(用户注册通过 PHP)。

有人可以告诉我如何设置服务器到服务器的授权以使用 PHP Google 应用程序吗?

Authorize Requests on the left, you'll get information on the scopes for the Directory API. From there, you'll want to look at the OAuth 2.0 info and specifically the Google API Client Library for PHP下。

希望对您有所帮助!