Welcome Developers!

in

Welcome!

in

Help needed to get started...

Last post 10-13-2008 9:35 PM by Madhan. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 10-10-2008 12:11 AM

    • Madhan
    • Not Ranked
    • Joined on 10-08-2008
    • Posts 4

    Help needed to get started...

    Hi all,

          I am new to Myspace and am trying to create a sample application using Restful api... All i need to do is

    1) Fetch the User profile and their Friendlist.

    2) Fetch User activities. 

    I need this data to be populated in my personal site... Could someone help me to start from scratch......

     

     

    Filed under: , , ,
  • 10-10-2008 8:14 AM In reply to

    Re: Help needed to get started...

    I am interested in doing something like this also.  Has this been done with other apps?  Can we just use the REST API for a means of retrieving data?  If so,  do we need to have our application deployed and accepted?

  • 10-10-2008 9:02 PM In reply to

    Re: Help needed to get started...

     At least with the PHP REST libraries, the functions are fairly obvious. Take a look at space.php and you should be able to figure out which function to use. Something like:

    $s = new Space($consumer,$secret);

    $friends = $s->friends($user);

    As far as your application needing to be accepted, it's not required. Your application must be "friends" with a user in order to access their information but if you're not live, you have to add others as a friend of the app to allow them to install it anyway.

  • 10-13-2008 9:35 PM In reply to

    • Madhan
    • Not Ranked
    • Joined on 10-08-2008
    • Posts 4

    Re: Help needed to get started...

    Thanks for replying.. It wud be grateful if i could get some code snippets in Java. I am not sure like where shud i start from... Is there any java API ( like java-facebook-api) 2 wrk on ??

Page 1 of 1 (4 items)