Description
As per http://opensocial.github.io/spec/2.5.1/Core-API-Server.xml#HTTP-Status-Code: the server should return HTTP 501 Not Implemented responses for not implemented optional features.
The following "default?" implementation classes in shindig do not currently do that:
- AlbumService.NotImplementedAlbumService
- MediaItemService.NotImplementedMediaItemService
- MessageService.NotImplementedMessageService
Attached patch fixes that, so that people using those classes as base for their implementation will have an easier life