MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Browse by Tags

  • 401 Error while accessing app from PHP Client library

    Hi Friends, I'm also getting same kind of error as 401.. following is the exception of the code. [05-Nov-2009 05:12:58] PHP Notice: Undefined index: message in /home/silkbrid/public_html/myspaceapp/Space.php on line 185 [05-Nov-2009 05:12:58] PHP Notice: Undefined index: BODY in /home/silkbrid/public_html...
    Posted to Supported Libraries (Forum) by sandy on 11-05-2009
  • Re: PHP Client Library

    Hi Friends, I'm also getting same kind of error as 401.. following is the exception of the code. [05-Nov-2009 05:12:58] PHP Notice: Undefined index: message in /home/silkbrid/public_html/myspaceapp/Space.php on line 185 [05-Nov-2009 05:12:58] PHP Notice: Undefined index: BODY in /home/silkbrid/public_html...
    Posted to Supported Libraries (Forum) by sandy on 11-05-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
  • VIDEO Using Jerome's Php Client Lib --aka-- REST API with php---

    Video ScreenCast on not screwing up Source and Video are also posted on Google. http://code.google.com/p/myspace-php-rest-api/ Thanks.
    Posted to Tutorials and Tips (Forum) by Climate on 11-18-2008
  • Re: --- FAQ and final links / changes ---

    Very quick screencast on how to use the lib I just made this before I fell asleep, but it works, --now stop making glitter apps-- Jerome send me a paypal link so people using this code can donate. You have made it much easier for other "profit-based" apps to use the REST API in php. Code and...
    Posted to Supported Libraries (Forum) by Climate on 11-18-2008
  • --- FAQ and final links / changes ---

    Jerome: Thanks... Your post of code helped me out a ton. But now I am way tired and have managed to mess up my code. I know it was working. I am looking for some of the others here that have "working" versions to upload a zip of their simple source. Not the "official version using Pear...
    Posted to Supported Libraries (Forum) by Climate on 11-17-2008
  • Re: PHP Client Library

    I just wanted to say this is the most informative thread in the entire forums if you are looking to work with PHP. The code that Jerome has supplied worked like a charm and the step by step provided here http://downdoggy.com/info/myspace-developer.php really tied everything together. This thread doesn't...
    Posted to Supported Libraries (Forum) by dave on 07-18-2008
  • Re: PHP Client Library

    Hi there, I have a problem with PHP API. I'm working on the MySapce application which extremely need the FULL information about the logged user and friends. To get the information I use the PHP API. http://x.myspace.com/libs/myspacel_php5_20080317.zip But MySpace API works too slow and sometime generate...
    Posted to Supported Libraries (Forum) by Xi on 05-24-2008
  • Generating oauth_token for external application using php library

    I know I must be missing something basic here, could someone please post an example of how to generate a request token using the (official) php client? I've read a bunch of threads on the matter but I seem to be missing this one bit... Here's where I am at: I am creating an external web application...
    Posted to Supported Libraries (Forum) by Detour on 05-15-2008
  • help with php library

    I have this php script using the php library: include("Space.php"); $key = 'http://www.myspace.com/xxxxxx'; $secret = 'xxxxxxx'; $s = new Space($key,$secret); $hProfile = $s->profile(xxx); echo $hProfile["age"]; I was wondering how I would do that ^ and make it...
    Posted to Supported Libraries (Forum) by Ryan on 03-21-2008
Page 1 of 2 (12 items) 1 2 Next >