MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

PHP Client Library

Last post 11-05-2009 2:18 AM by sandy. 133 replies.
Page 8 of 9 (134 items) « First ... < Previous 5 6 7 8 9 Next >
Sort Posts: Previous Next
  • 04-18-2008 4:13 PM In reply to

    • Dave
    • Not Ranked
    • Joined on 04-10-2008
    • Posts 9

    Re: PHP Client Library

    I hope, but I'm not even using app data, just the 'sample' code at the top of Space.php!

  • 04-18-2008 4:38 PM In reply to

    • Dave
    • Not Ranked
    • Joined on 04-10-2008
    • Posts 9

    Re: PHP Client Library

    Got it. Needed to change Space.php, line 28

    FROM: private $sServer  = 'http://api.msappspace.com/';
    TO:  private $sServer  = 'http://api.myspace.com/';

    Can whoever 'owns' this code please update it? Thanks.

  • 04-18-2008 6:58 PM In reply to

    • Dave
    • Not Ranked
    • Joined on 04-10-2008
    • Posts 9

    Re: PHP Client Library

    Shouldn't there also be a 'show' parameter, and something like this in there?

    if( $show !== null ) {
    $hParams['show'] = $show;
    }

  • 04-18-2008 11:12 PM In reply to

    Re: PHP Client Library

    Hi, Smile

    I am creating a MySpace application. I would like user to go to a logon screen on Myspace and once they login successfully     user can come back to my application and I can get Myspace id of the user and his friends list

    or may be. add a login from my web page to MySpace using some kind of API.

    Please help.  

     

     

  • 04-18-2008 11:14 PM In reply to

    Re: PHP Client Library

    Hi, Smile

    I am creating a MySpace application. I would like user to go to a logon screen on Myspace and once they login successfully     user can come back to my application and I can get Myspace id of the user and his friends list

    or may be. add a login from my web page to MySpace using some kind of API.

    Please help me.  

     

     

  • 05-03-2008 5:16 PM In reply to

    Re: PHP Client Library

    When I download myspace-platform.tar.gz and open it all it get is an empty folder.  Any ideas? 

     Thanks ..

     

    Craig

     

     

  • 05-05-2008 1:35 PM In reply to

    • JayG
    • Not Ranked
    • Joined on 05-02-2008
    • Posts 6

    Re: PHP Client Library

    For those of you getting the 401 message, make sure you are using a ID that has the app installed, that was my first big roadblock. 

  • 05-05-2008 2:33 PM In reply to

    Please anyone! Is it still available? PHP Client Library

    If you don't mind me asking ...  Could anyone please help me confirm if the library download is still viable.  I get a 5.76 kb tar file with nothing in it.  Is it me or is the library still available.  I would really appreciate anyones help or clarification.

     Thanks,

     Craig

  • 05-05-2008 3:30 PM In reply to

    • jason
    • Top 150 Contributor
    • Joined on 02-05-2008
    • Posts 27

    Re: Please anyone! Is it still available? PHP Client Library

    i just dl'ed it, and it had the space and oath files in it.....

  • 05-05-2008 6:42 PM In reply to

    Re: Please anyone! Is it still available? PHP Client Library

    Got it ....  duh!!!  Thanks for keeping my trying.
  • 05-19-2008 12:48 PM In reply to

    Re: PHP Client Library

     Ok, im getting this error:

     

    Parse error: parse error, unexpected T_VARIABLE, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /var/www/vhosts/visualsunstudios.com/httpdocs/domainsearch/Space.php on line 28

     

    where line 28 is:

     private $sServer  = 'http://api.msappspace.com/';

     

    What am i missing?

     

    PHP Version 4.3.9

     

  • 05-20-2008 10:21 PM In reply to

    Re: PHP Client Library

     I'm getting the same.  Did something change?  I haven't seen others get this message before.

    PHP 4.4.x  (all they give me)

    EDIT: I moved up to PHP 5, made sure I used my user id Embarrassed and it worked.

  • 05-24-2008 1:02 PM In reply to

    • Xi
    • Not Ranked
    • Joined on 03-04-2008
    • Posts 1

    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 the timeout error.
    
    I tried to understand where is the problem - on our side or on MySpace side.
    
    I re-downloaded and the latest MySpace libraries and install them on server. Then I tried the SAMPLE script which
    available on MySpace. The script works too slow and it's just easy function which return info about user.
    
    Is there are anyone who has the same problem and have the solution - please help.
    
    Many thanks
    Filed under: ,
  • 05-30-2008 3:38 AM In reply to

    • BaPpY
    • Top 100 Contributor
    • Joined on 02-05-2008
    • Posts 36

    Re: PHP Client Library

    This REST is actualy made by Jerome PHP Client Library. i fixed couple of errors and i also added example to get 500 frnds and also app frnds.

    http://developer.myspace.com/Community/forums/p/2551/10980.aspx#10980 

  • 07-18-2008 10:24 AM In reply to

    • dave
    • Not Ranked
    • Joined on 07-14-2008
    • Posts 2

    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 seem like the best place to ask my question, but it seems like the people that posted here would have good knowledge to my question. Also this thread is getting pretty long.

    http://developer.myspace.com/Community/forums/p/3364/14579.aspx#14579

    Filed under: ,
Page 8 of 9 (134 items) « First ... < Previous 5 6 7 8 9 Next >