Hey guys, i ran into this glitch while working on the php json-rpc implementation:
APP001: opensocial.DataRequest.newFetchPersonAppDataRequest(['someId'],
'*'): failed
When i look @ it's request in firebug i see:
[{"method":"appdata.get","params":{"userId":["1"],"groupId":"@self","appId":"@app","fields":[]},"id":"fetchWithIds"}]
In other words, the fields param doesn't seem to end up on the server
in this case?
Anyone ran into / looked at this before?
-- Chris

