Hi, Is anyone else experiencing 500 Internal Server Errors from the gmodules json servers (inside the orkut sandbox)?
Here's what firebug tells me about the POST: POST http://gtr99uli-a.gmodules.com/46/o/api/json 500 (2968ms) and here's the code which generates the request: function getOwnerViewerData() { // sends request to look at owner and viewer. var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest('VIEWER'), 'viewer'); req.add(req.newFetchPersonRequest('OWNER'), 'owner'); req.add(req.newFetchPeopleRequest('OWNER_FRIENDS'), 'ownerFriends'); req.send(handleOwnerViewerData); } All the code is internal to the API so I can't see what I can do to fix this, except wait :-/ Ideas? :-) -A --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenSocial Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/opensocial-api?hl=en -~----------~----~----~----~------~----~------~--~---
