Tenshinur / google-buzz-api

Automatically exported from code.google.com/p/google-buzz-api
0 stars 1 forks source link

public activity feeds require authentication #154

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
$ curl "https://www.googleapis.com/buzz/v1/activities/googlebuzz/@public"

returns:
<?xml version="1.0" encoding="UTF-8"?>
<errors xmlns="http://schemas.google.com/g/2005">
 <error>
  <domain>GData</domain>
  <code>invalid</code>
  <location type="header">Authorization</location>
  <internalReason>@me called by anonymous</internalReason>
 </error>
</errors>

This should return the public activity feed for the "googlebuzz" user.

Original issue reported on code.google.com by willnorris@google.com on 27 Apr 2011 at 10:20

GoogleCodeExporter commented 8 years ago
fixed

Original comment by willnorris@google.com on 27 Apr 2011 at 11:17