I see this patch is pending for the java implementation too:
--- features/core.io/io.js (revision 654160)
+++ features/core.io/io.js (working copy)
@@ -307,7 +307,10 @@
oauthService : oauthService || "",
oauthToken : oauthToken || "",
signOwner : signOwner || "true",
- signViewer : signViewer || "true"
+ signViewer : signViewer || "true",
+ contentType : params.CONTENT_TYPE || "TEXT",
+ numEntries : params.NUM_ENTRIES || "3",
+ getSummaries : (params.GET_SUMMARIES ? "true" : "false")
};
if (!respondWithPreload(paramData, params, callback,
processResponse)) {
The PHP implementation for ContentType.FEED support is done and
requires this for its functioning, anyone have any objections to me
going ahead and committing this?
-- Chris