MySpace Open Platform

A Place For Developers

Welcome Developers!

Welcome!

Search

Page 1 of 1 (6 items)
  • Re: API authentication problem

    Did you try another Application URI. It needs to resolve but when working on the PHP Client library I had some issues when sticking to myspace.com You can check out this post, it has some notes on the problem I encountered. http://developer.myspace.com/Community/forums/t/157.aspx 
    Posted to General Questions/Comments (Forum) by Jerome on 02-07-2008
  • Re: PHP Client Library

     That seems odd I am not seeing that problem and I just downloaded the file linked to make sure... Especially this one if for the "user" method which I have tested...
    Posted to Supported Libraries (Forum) by Jerome on 02-06-2008
  • Re: PHP Client Library

    This would be an access problem, are you sure you have setup the Application URI to something that resolves. I've had issues when I used the myspace one but went through so many attemps that I'm not sure this was a problem. In _do_request around line 160 you can "print" the actual URL and paste in a browser, you might be able to ...
    Posted to Supported Libraries (Forum) by Jerome on 02-06-2008
  • PHP Client Library

    This is a quick implementation of a PHP library for the REST API. It's using curl but falls back onto file_get_contents, a fsockopen could be done but I prefer curl so I did not bother. I've looked at most calls but not all of them so it might fail on some of them (specific photo/album/video details) It throws an exception when the ...
    Posted to Supported Libraries (Forum) by Jerome on 02-06-2008
  • Re: REST API

     I got it to work on my end.  A few caveats: * your key is your Application URI * This URI MUST resolved * The end point is http://api.msappspace.com (the stage one is not responding to me, not even through the tools) * get the OAuth code from oauth.net * oauth_token has to be present, when using the OAuth library just create an ...
    Posted to General Questions/Comments (Forum) by Jerome on 02-06-2008
Page 1 of 1 (6 items)