murugan-project / google-api-php-client

Automatically exported from code.google.com/p/google-api-php-client
Apache License 2.0
0 stars 0 forks source link

Patch for /trunk/examples/apps/index.php #319

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
//Retrieving All User Aliases for a User
  $domain = "prosatky.com";
  $user = rawurlencode("brenwick@prosatky.com.com");
  $req = new Google_HttpRequest("https://apps-apis.google.com/a/feeds/alias/2.0/$domain?userEmail=$user");
  $resp = $client::getIo()->authenticatedRequest($req);
  print "<h1>All User Aliases for User</h1>: <pre>" . $resp->getResponseBody() . "</pre>";

Original issue reported on code.google.com by becki7...@gmail.com on 20 May 2013 at 9:23

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by ianbar...@google.com on 21 May 2013 at 1:31