MySpace Developer Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

evalJSON broken after makeRequest returns?

Last post 03-12-2008 10:38 AM by Sanji. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 03-12-2008 10:10 AM

    • Sanji
    • Not Ranked
    • Joined on 02-09-2008
    • Posts 6

    evalJSON broken after makeRequest returns?

    evalJSON seems to be broken in the past 2 days when being called from the makeRequest callback on the returned response object.  Is anyone seeing the same issue? 

    Filed under: ,
  • 03-12-2008 10:25 AM In reply to

    • Eric
    • Top 200 Contributor
    • Joined on 02-06-2008
    • Posts 17

    Re: evalJSON broken after makeRequest returns?

     Take a look at http://developer.myspace.com/Community/forums/t/860.aspx

    The following should work:

    function(response){
      var json = gadgets.json.parse(response.text);
    }

  • 03-12-2008 10:38 AM In reply to

    • Sanji
    • Not Ranked
    • Joined on 02-09-2008
    • Posts 6

    Re: evalJSON broken after makeRequest returns?

     thanks Eric, will try it out...

Page 1 of 1 (3 items)