Welcome Developers!

in

Welcome!

in

Browse by Tags

  • REST API / MySpaceID displays HTML entities instead of symbols

    Seems like any special characters sent to the MySpaceID REST endpoints are replaced by HTML entities. URLENCODING or HTML entifying the status text before doesn't help. Nor does escaping via addslashes do any good. I can confirm this issue for the StatusMood endpoint. array ( |~ 'sbs' =>...
    Posted to BUG Reports (Forum) by Mastacheata on 08-17-2011
  • Cannot post to Activity stream using PHP OAuth library

    Hi, I'm trying to post to an activity stream (having requested permission to do so and receieved a token back) but it keeps failing. I'm using the PHP OAuth library: http://php.net/manual/en/book.oauth.php Having set the authorastion tokens, I'm calling this: $oauth->fetch( "http...
    Posted to Testing and Support (Forum) by Alex on 08-25-2010
  • Problem for get Status Mood Comments

    hi, I'm tring to get the Status Mood Comments, but I'm getting {"statusCode":"404","statusDescription":""} this one. this is my url http://opensocial.myspace.com/1.0/statusmoodcomments/540824265/@self?statusId=634140601710000000. Please guide me to get...
    Posted to The Core (Forum) by Beemaraj on 07-07-2010
  • OSAPI Myspace Friend Count

    Hi, I'm developing an offsite tool that collates fan counts, subscriptions etc for YouTube, FB, Twitter and hopefully Myspace. I'm looking for a way i can access the friend count on a specific Myspace account and echo that on an external site. So far i've looked at using OSAPI and specifically...
    Posted to The Core (Forum) by 1913 on 07-02-2010
  • Re: REST API from PHP SDK exmample is not working

    Hi, I have the same issue My App ID is 188069 and the error I am seeing is Fatal error: Uncaught exception 'MySpaceException' with message 'Request to http://api.myspace.com/v1/users/536260782/albums/148643/photos.json failed: HTTP error 400 Response: HTTP/1.1 400 imageUrl parameter is missing...
    Posted to BUG Reports (Forum) by Jucaa on 05-26-2010
  • Re: PHP OAuth extension

    Right now I can't get your SDK to work at all. :/ All I'm getting is this: stdClass Object( [statusCode] => 401 [statusDescription] => Invalid digital signature for base string: "GET&http%3A%2F%2Fapi.myspace.com%2Fv1%2Fusers%2F521711695%2Fmood.json&oauth_consumer_key%3D28ea58202cb6471695584d6db51d8305...
    Posted to Testing and Support (Forum) by Krowa on 02-23-2010
  • PHP OAuth extension

    Hello. I'm developing new app in PHP. I have OAuth extension installed and I can succefully make GET requests but I can't use any PUT request. :( Normally (and by that I mean something like for example Twitter) I can use code like this: $oauth->fetch(MYSPACE_SET_MOOD,$args,OAUTH_HTTP_METHOD_PUT...
    Posted to Testing and Support (Forum) by Krowa on 02-22-2010
  • Re: How do you require users to login

    Hi Guys, Can anybody give me update on this post.. I'm using following code to check.. <?php include_once("myspace/MySpaceAPI.php"); include_once("Config.php"); // <-- SET YOUR KEY/SECRET HERE // Set the key - application uri - secret key $myspace = new MySpaceAPI(Config...
    Posted to General Questions/Comments (Forum) by sandy on 01-05-2010
  • Please help me become a developer!

    Hey everyone, I'm new, but determined! I am a graphic designer who has been playing with web development for the past year or so. I want to start learning more programming to help me become well rounded. I catch on easy, but this API stuff is tricky as it intersects many languages. My problem is...
  • Re: REST API for Activities returning Unauthorized

    I've been trying to use the OpenSocial PHP API's to get the MySpace activity stream for days now with no luck. MySpace sends back an http status of 200 for OK, but returns no data whatsoever. The OpenSocial PHP API's give a non-sensical error message of "No user id specified", but...
    Posted to Activities (Forum) by Tim Nicholson on 08-22-2009
Page 1 of 6 (53 items) 1 2 3 4 5 Next > ... Last »