MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Browse by Tags

  • Re: myspace da ?

    Hello Nael, To reiterate, you cannot scrape from a profile, even if you are seeking consent from the user. What we can do is work to enhance Data Availability by providing API's to access the data you need in our future releases. It seems like you need an API to access the events listed on a band's...
    Posted to MySpaceID (Forum) by 8BitKid on 07-07-2008
  • Re: how to add profiles for external data access?

    The valid REST API calls currently available through Data Availability can be seen at: http://developer.myspace.com/community/myspace/da.aspx Are you able to successfully use the TechCrunch external application? It can be found at: http://www.techcrunch.com/myspace/app.php You can find the code...
    Posted to MySpaceID (Forum) by 8BitKid on 07-07-2008
  • Re: DA request token returning 500 errors

    howdy all. we are looking into it. are you each getting the error with only the TechCrunch sample app, or is this with custom code as well?
    Posted to MySpaceID (Forum) by 8BitKid on 07-03-2008
  • Re: myspace da ?

    the DA capabilities now are limited limited to the Person resources outlined in the REST API sections. Right now these are read API's. what use-case are you trying to enable? i'm happy to look into how we can try to address your needs with our future improvements.
    Posted to MySpaceID (Forum) by 8BitKid on 07-03-2008
  • Re: Terms of Use on Data Availability

    hello, you can store the user's id number, but nothing else relating the user or their data via any caching mechanism. in order to see what data is exposed, please see this chart: http://developer.myspace.com/community/myspace/da.aspx
    Posted to MySpaceID (Forum) by 8BitKid on 07-03-2008
  • Re: how to work with data availability, library?

    For getting current user information I need to pass folowing information http://api.myspace.com/opensocial/people/@me/@self?format=json oauth_consumer_key oauth_consumer_secret As we see there are no any data related user how MySpace deciding who is current user ? In iframe request I am getting oauth_nonce...
    Posted to MySpaceID (Forum) by Sergey Mamyan on 06-27-2008
  • Is it a library?

    DA is a library or it will just stream the data to my site(external website)? Thanks!!
    Posted to MySpaceID (Forum) by Goldi on 06-27-2008
  • how to work with data availability, library?

    Very excited about the launch today. But now how does this all work? Do we have to implement all these calls to OAuth ourselves? Because I was extremely fond of the following piece of code: <?php require_once('Space.php'); $key = 'http://www.myspace.com/xxxxx'; $secret = 'xxxxxx';...
    Posted to MySpaceID (Forum) by Flavio on 06-26-2008
  • DA request token returning 500 errors

    Hey, So I've been able to get some test code working to the point where I generate a oauth_token and oauth_callback and make it to the authorize page which recognizes my app and my user. However, it will not allow me to hook up the account -- it throws a '500' error. Similarly, I'm not...
    Posted to MySpaceID (Forum) by Henry on 06-26-2008
Page 2 of 2 (19 items) < Previous 1 2