MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Browse by Tags

  • How do you request specific user permissions for a MySpaceID application?

    I have implemented several MySpaceID clients from scratch now, and understand the system pretty well. However, I get errors when I try to access (some of) the OpenSocial v0.9 endpoints. The response is 401 as usual, but the error message is "x-opensocial-error: Application does not have permission...
    Posted to MySpaceID (Forum) by christophercrooker on 10-10-2009
  • My app updates status "Via lnk.ms"? Not my brand name!

    My app enables users to post status updates from outside MySpace into their account. With Twitter and Facebook it reads "Via Spikr " at the end of the status. In MySpace however, is reads "Via http://lnk.ms/0GDbL " . I assume that lnk.ms is MySpace's own URL shortning service...
    Posted to General Questions/Comments (Forum) by Joe on 09-10-2009
  • Problem regarding friends LastUpdatedDate and OnlineNow with myspace sdk

    I am developing an application using myspace sdk in c#. I have a problems with LastUpdatedDate() and OnlineNow(). I am getting null values for these properties.Any help regarding this.. Thanks..
    Posted to MySpaceID (Forum) by Ibrahim khan on 09-07-2009
  • ASP.Net

    I have a portal application that allows me to push status updates and mini blog entries to the likes of Twitter, facebook, blogger, etc. I want to add myspace but the documentation in particular for .Net seams pretty weak. All I want to do is get a user to authorise my application then be able to update...
    Posted to General Questions/Comments (Forum) by Dan Bayley on 08-31-2009
  • problem concerning status

    hi, i'm working with the opensocial-java-client library and i'm able to get my id, nickname and other information like drinker, age, ... but i can't get my status (and it's set) the code is: Map<String, OpenSocialRequestParameter> parameters = new HashMap<String, OpenSocialRequestParameter>...
    Posted to MySpaceID (Forum) by qedejavu on 08-11-2009
  • problem with status

    hi, i'm working with the opensocial-java-client library and i'm able to get my id, nickname and other information like drinker, age, ... but i can't get my status (and it's set) the code is: Map<String, OpenSocialRequestParameter> parameters = new HashMap<String, OpenSocialRequestParameter>...
    Posted to Testing and Support (Forum) by qedejavu on 08-05-2009
  • Status coming back blank

    I am using the opensocial php client and I am trying to get a users status. I tried the example code that comes with the client (seen below), but it keeps giving me a blank status. I set the status a couple of days ago, so I know it isn't blank. I've been able to get different details about the...
    Posted to Testing and Support (Forum) by Casidy on 06-26-2009
  • Re: Has anyone out there got Status Update REST API working?

    We have been rolling this out in our SDK's. It should be available in a few now, e.g., Java. If you want to code directly against the REST endpoint for updating status, it is a little tricky to get right. I highly recommend you use the SDK's (you might have to wait a few days for your language...
    Posted to MySpaceID (Forum) by Kiam on 04-06-2009
  • Re: Setting Status with RSS Feed

    I use twitterfeed and ping.fm. I changes only the status. There's no way to post bulletins or blog entries.
    Posted to General Questions/Comments (Forum) by Swine Flu!!!! on 03-06-2009
  • Re: Update Status

    You can do a put to status or mood. There is also a way to get the list of moods. GET /v1/users/{userId}/status GET /v1/users/{userId}/mood GET /v1/users/{userId}/moods PUT /v1/users/{userId}/status PUT /v1/users/{userId}/mood Examples: This is a put to the status resource: URI: http://api.myspace.com...
    Posted to IFrame - REST (Forum) by viphak@myspace on 11-20-2008
Page 1 of 2 (12 items) 1 2 Next >