Welcome Developers!

in

Welcome!

in

Browse by Tags

  • Please help me become a developer!

    Hey everyone, I'm new, but determined! I am a graphic designer who has been playing with web development for the past year or so. I want to start learning more programming to help me become well rounded. I catch on easy, but this API stuff is tricky as it intersects many languages. My problem is...
  • 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
  • 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
  • How to get current user id?

    I am new to myspace app development! I have created an app using External Iframe as Source and downloaded myspace php client library. I set the secret key and app url properly. Now, I am not sure how can we retriev the current user id. In the api, it mentions the following - "(you can get this from...
    Posted to IFrame - REST (Forum) by Guddu on 01-06-2009
  • Get photo uploads from friends?

    When using the REST recource /v1/users/{userid}/photos I'm able to get my own photos out. But if I pass a friend's userid I get this error: <error xmlns="api-v1.myspace.com"><statuscode>401</statuscode><statusdescription>User has not installed the current application...
    Posted to IFrame - REST (Forum) by Niklas on 10-09-2008
  • Re: get_friends() only can retrieve 20 friends?

    I used both the official and unofficial PHP API libraries and saw this same problem. I took a closer look and it seems as though the page_size parameter needs to be the first argument in the request query string. I detailed the issue here: http://www.nakedtechnologist.com/?p=79 I took the unofficial...
    Posted to IFrame - REST (Forum) by Jonathan on 09-23-2008
Page 1 of 1 (7 items)