Welcome Developers!

in

Welcome!

in

Broken App Data

Last post 05-02-2008 10:39 AM by Dustin. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 04-02-2008 10:45 AM

    • Dustin
    • Not Ranked
    • Joined on 02-05-2008
    • Posts 6

    Broken App Data

    Reference: http://developer.myspace.com/Community/forums/t/850.aspx

    I'm still seeing every other request fail when I run batched updates for appData... any status on a fix for this? Anybody come up with a hackaround? I suppose I could send in a bunk request every other time, but then we still don't get a working global error...

     errors

    <script type='text/javascript'>

        function appDataFail( ){
                var container = opensocial.Container.get();
                var dataRequest = container.newDataRequest();
                var os_viewer = opensocial.DataRequest.PersonId.VIEWER;
                for( var i = 0; i < 10; i++ ){
                        dataRequest.add(
                            container.newUpdatePersonAppDataRequest( os_viewer, 'key' + i, i ),
                            'response_key' + i
                        );
                }
                dataRequest.send( showErrors );            
        }
        
        function showErrors( data ){
            console.log( data );    
        }

        appDataFail();
        
    </script>

    Filed under: , , ,
  • 04-02-2008 11:09 AM In reply to

    Re: Broken App Data

    Let me check into this. Thanks

    Rhonda

     

  • 04-02-2008 2:49 PM In reply to

    • Dustin
    • Not Ranked
    • Joined on 02-05-2008
    • Posts 6

    Re: Broken App Data

    Thanks for looking

  • 04-16-2008 3:50 PM In reply to

    • MOO-E
    • Not Ranked
    • Joined on 03-24-2008
    • Posts 1

    Re: Broken App Data

    I'm having the same issue as Dustin.... Was this fixed?
  • 05-02-2008 10:39 AM In reply to

    • Dustin
    • Not Ranked
    • Joined on 02-05-2008
    • Posts 6

    Re: Broken App Data

    This has now been fixed.

     

    Thank you. 

Page 1 of 1 (5 items)