MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Browse by Tags

  • Getting another user's display picture.

    Hi, In my app I would like to show the display picture of the user's friends. So far, the easiest way I found to do it would be to make /v1/users/usernumber.json request for each user ID of their friends, but I keep getting the oauth_problem=permission_denied. Why have I got a permission denied error...
    Posted to MySpaceID (Forum) by Adam Malcontenti-Wilson on 08-27-2009
  • Internal server error when using REST API

    Hi there, MySpace Devs. I'm getting the following server exception when trying to pull user data. (From my Tomcat 6 logs): Fatal transport error: An Internal Server exception has occurred. Please contact MySpace REST API Team. org.apache.http.client.HttpResponseException: An Internal Server exception...
    Posted to Access/Profile Issues (Forum) by Zachary Murray on 08-18-2009
  • gadgets.JSON.stringify

    I have been getting alot of reports from users that they are unable to save their appdata over the past week or so. I am getting this javascript error in Firefox : Error: gadgets.io.JSON is undefined Source File: http://api.msappspace.com/apprendering/08052009043136/1_0_0/render.app?opensocial_token...
    Posted to BUG Reports (Forum) by o1© on 08-05-2009
  • tranfer data between swf and python on GAE

    Dear dudes, I write a simply class that writes and reads throught a "REST" api (writen by me) between SWF object and python (JSON answer). Well I make also a Crypter based on password, but I have fear that someone can decompile my SWF and read the password. So the question: There's a way...
    Posted to General Questions/Comments (Forum) by mike on 03-30-2009
  • REST Resource/REST リソース

    原文: http://developer.myspace.com/community/RestfulAPIs/resources.aspx リソース RESTソフトウェアアーキテクチャのリソースは固有の情報ソースとして定義され、それに関連付けられたグローバル識別子URIによって参照されます。 リ ソースの表現とは、リソースを正確に定義するパラメータが含まれたファイルのことです。たとえば、円の表現は中心点と半径で表すことができます。ネット ワーク上のクライアントとサーバーは、HTTPなどの標準インタフェースを介して通信し、リソースの表現をやり取りします。 ア プリケーションがリソースと通信する場合は...
  • 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 JavaScript/HTML - 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
Page 1 of 2 (12 items) 1 2 Next >