Welcome Developers!

in

Welcome!

in

Browse by Tags

  • Error making call to Myspace

    Please i get this error while making a call to myspace. I have successfully completed the OAUTH verification and i've obtained the access_token and secret. When try to make a call like this $ms = new MySpace($ms_key,$ms_secret,$row['access_token'],$row['access_token_secret']); $user_id...
    Posted to Testing and Support (Forum) by Tola on 11-26-2010
  • 500 server error makeRequest JSON

    Hi there, I'm in the process of building a gallery but i am consistently having issues with using makeRequest trying to parse a json document. I have stripped out all unnecessary code from my app but even with this core i'm getting constant 500 server errors. I hav eset up obj checks to confirm...
    Posted to Testing and Support (Forum) by BBC Radio 1 - Dev on 10-25-2010
  • 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
Page 1 of 2 (14 items) 1 2 Next >