Welcome Developers!

in

Welcome!

in

Container throwing 500 errors

Last post 07-23-2008 8:40 AM by Eddie. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 07-23-2008 7:36 AM

    • Egg
    • Top 50 Contributor
    • Joined on 02-05-2008
    • Posts 73

    Container throwing 500 errors

    http://api.msappspace.com/opensocial-api-v1.svc/JSON/opensocial/VIEWER/profile?opensocial_surface=canvas&ts=1216823713748&detailtype=BASIC Throws a internal server error 500 - my app and others.
    Filed under: , ,
  • 07-23-2008 7:45 AM In reply to

    Re: Container throwing 500 errors

    Us too. App is completely broken.

     http://api.msappspace.com/opensocial-api-v1.svc/JSON/opensocial/OWNER/profile?opensocial_surface=profile.right&ts=1216823986101&detailtype=BASIC

     

    code example:



    dataRequest = opensocial.newDataRequest();
    personRequest = dataRequest.newFetchPersonRequest(opensocial.DataRequest.PersonId.OWNER);
    dataRequest.add(personRequest);
    dataRequest.send(
    function(data) {
    alert(data.get(opensocial.DataRequest.PersonId.OWNER).getData().getId());
    }
    );


    Filed under: , ,
  • 07-23-2008 7:53 AM In reply to

    Re: Container throwing 500 errors

    all mine have died as well...

    though don't know what with (15:50 UK time)

    Eddie

  • 07-23-2008 8:40 AM In reply to

    Re: Container throwing 500 errors

    Looks like its back.... by 16:30 UK

    Eddie

Page 1 of 1 (4 items)