The 0.7 spec says that no data will be set on the ResponseItem for the request* calls. Has there been any discussion on adding data to successful responses? For example, our API servers will return the following response for a call to send notifications:
{"notification_response":{"sent_ids":²[1000,1001,1002]²}} If we standardized on some sort of similar response to set as the ResponseItem data field on successful requests, we could notify developers which users actually received their messages, which is something we've had requests for and is a feature of the FB platform. Is a standard response for activity and messages part of the REST API proposal? And if so, could we use that as a basis for a standard format for these responses? We¹d like have some mechanism in place for passing this information to devs when we launch 3/31. -Lou