MySpace Developer Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Browse by Tags

  • JSON makeRequest requires VIEWER app installation?

    I have an application where I can fetch RSS data with a makeRequest on behalf of a user who is either a) not logged in or b) does not have the app installed. While fetch JSON data I get a 401 error (permission, viewer does not have app installed.) Is this a known behaviour or a possible problem?...
    Posted to Testing and Support (Forum) by Gary on 07-01-2008
  • gadgets.json.parse safari bug

    In safari 3/pc, if i try to run gadgets.json.parse() on a string larger than 40kb, i get a return value of 'false'. If i run eval() on the same string, it returns the json object like it should. In ie/firefox, i don't see this problem at all. is this a safari issue? google gadgets/opensocial...
    Posted to BUG Reports (Forum) by rob on 05-28-2008
  • Re: POST makeRequest fails with errorCode="internalError"

    My code is working like so: var p = {}; p[gadgets.io.RequestParameters.METHOD] = gadgets.io.MethodType.POST; // post_data is a query_string, ie foo=bar&baz=url%20encoded p[gadgets.io.RequestParameters.POST_DATA] = post_data; p[gadgets.io.RequestParameters.AUTHORIZATION] = gadgets.io.AuthorizationType...
    Posted to makeRequest (Forum) by Brendan on 03-14-2008
  • 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?
    Posted to Open Social Container (Forum) by Sanji on 03-12-2008
  • userType in JavaScript

    Hi. As you know, people and app are friends (thank to MySpace :)) Well, when my app recieves a VIEWER_FRIENDS list, I would like to distingiush apps and people. In API requests each user's node has field userType. For people value is 'RegularUser' Unfortunately, neither MySpace, nor OpenSocial...
    Posted to Testing and Support (Forum) by Valery Filin on 03-11-2008
  • Re: using JSON with newUpdatePersonAppDataRequest

    Thanks for the reply. Is there a way using JSON inside the system right now without the gadgets ? (and handling the html-escaping somehow?) Thanks.
    Posted to Testing and Support (Forum) by Yoni on 03-09-2008
  • using JSON with newUpdatePersonAppDataRequest

    I'm trying to write an application that will keep a data-structure on the viewer's application data. I need to use json in order to convert the object to strings. If I try to use gadgets.json.stringify(_obj), as is offered in the openSocial guide ( http://code.google.com/apis/opensocial/docs...
    Posted to Testing and Support (Forum) by Yoni on 03-05-2008
Page 1 of 1 (7 items)