Tenshinur / google-buzz-api

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

503: Back end Error when POSTing activity content to API with no content #147

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Obtain an OAuth 2.0 Token
2. POST to an activity feed (ie 
https://www.googleapis.com/buzz/v1/activities/<userid>/@self) with NO JSON post 
content.

(Note oAuth token can be present on the URL, or as an Authorization header - it 
makes no difference)

This should have responded with an appropriate { error : } object instead of 
reporting a back end error.

Original issue reported on code.google.com by vortechs...@gmail.com on 17 Mar 2011 at 2:01