Welcome Developers!

in

Welcome!

in

Browse by Tags

  • Can I specify locale via REST api?

    Hello, is there a way I can get my app to return data in English? My app is deployed in Germany and I'm getting some profile data back in German, e.g. ethnicity, religion, children.
    Posted to IFrame - REST (Forum) by Paolo on 07-28-2009
  • ifpc random error

    Hello, first of all I would like to thank the myspace team for creating the ifpc tool because it is very helpful and easy to use. However I am getting a random problem with it. I use this tool in order to give users an option to invite thier friends to use my app. It seems to work fine, however at random...
    Posted to IFrame - REST (Forum) by umusix_dev on 05-13-2009
  • Re: PHP Client Library - 2

    here is the complete example. hope you guys find it useful. Canvas surface : <div id="content"></div> <script> function sendRequest() { // Get the container and create a new DataRequest object var mos = opensocial.Container.get(); var dr = mos.newDataRequest(); dr.add(mos...
    Posted to Supported Libraries (Forum) by BaPpY on 04-29-2009
  • Fix for myspaceapi.py (python SDK)

    Around line #297 if resp.status is not 200: raise MySpaceError('MySpace OAuth API returned an error', resp) return resp.body needs to be changed to if int(resp.status) is not 200: raise MySpaceError('MySpace OAuth API returned an error', resp) return resp.body resp.status will come out...
    Posted to MySpaceID (Forum) by Joey on 04-22-2009
  • difficulties with server-side communication

    I am sending information to my url. As far as I can tell, I am doing it properly. My problem is two-fold: the post/get variables don't seem to be registering, and, (although a less concerning issue) I am getting strict standards errors from the myspace library. I am working on firefox; I downloaded...
    Posted to IFrame - REST (Forum) by City of Angels is IN! on 04-16-2009
  • an easy way to get gender details for a list of friends?

    I'm trying to organize a list of friends by gender and I can't find a way to get all the information without querying for each individual friend. Is there a way to submit a list of ids and get back a list of genders or all details? I'm using the most recent version of the MySpaceAPI.php but...
    Posted to IFrame - REST (Forum) by Nathan on 03-30-2009
  • The Blog Needs an API

    Since it's obvious that MySpace will no longer be improving the blog system, why not give people the option to cross-post via RSS? Just have a hyperlink field we can populate with an RSS feed and then have the blog create new blog entries from that feed. A lot of bands are wising up to the fact that...
    Posted to Ideas and Suggestions (Forum) by Alain-Christian on 03-06-2009
  • Google opensocial

    Hey, I am working on an app. And i need help Here is the link: http://code.google.com/apis/opensocial/articles/tutorial/tutoria l-0.8.html I need to put the codes together but it doesn't say how to merge them.
    Posted to JavaScript/HTML - Container (Forum) by Joey F on 02-19-2009
  • Re: OpenSocial Java REST Client on MySpace

    Hi am also facing the same problem.You got any idea about login through Opensocial java api. Thanks in advance
    Posted to IFrame - REST (Forum) by chenthil on 01-29-2009
  • REST Resource/REST リソース

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