MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Browse by Tags

  • iifpc and iframe issue

    Hello all, I have an iframed application and part of it lists the users friends and allows the user to invite his/her friends to use this application. I am using the myspacel_php5_20080317 library in order to retrieve the list of friends and I am using the IFPC application for examples on how to make...
    Posted to PostTo for IFramed Apps (Forum) by umusix_dev on 05-08-2009
  • difficulties with server-side communication

    I am sending information to my url. As far as I can tell, I am doing it properly. My problem is two-fold: the post/get variables don't seem to be registering, and, (although a less concerning issue) I am getting strict standards errors from the myspace library. I am working on firefox; I downloaded...
    Posted to IFrame - REST (Forum) by City of Angels is IN! on 04-16-2009
  • Re: Update Status PUT

    I have added a new request mechanism to the http://code.google.com/p/myspaceid-php-sdk if you checkout the _dev branch you should be able to use it. Let me know if you have any problems, we are testing it internally now, and it seems to work.
    Posted to MySpaceID (Forum) by jDavid on 04-01-2009
  • Update Status PUT

    The OAuth.php is found from the myspaceid-php-sdk My updateStatus is not working.. public function updateStatus($userid, $status) { $this->requireToken(); $r = $this->oAuthRequest($this->userStatusURL($userid),array($status),"PUT"); return $r; } Here's what is returned: Fatal error...
    Posted to MySpaceID (Forum) by The Doctor on 03-18-2009
  • not installed the current application error even though app is installed

    hi community I always get the following error: User has not installed the current application or application does not have access to requested resource when trying to make a REST call. I'm trying to access http://api.myspace.com/v2/people/457165896/@self?oauth_nonce=5c66626e76d195f2aa7b9a94b0cf0530&oauth_version...
    Posted to IFrame - REST (Forum) by neonnoon on 03-06-2009
  • Re: get_friends() only can retrieve 20 friends?

    For those of you still trying to get passed this problem, here is a quick fix: In MySpaceAPI.php look for method get_friends and replace this line: return $this->do_get($resource . $paging, null); with this one: return $this->do_get($resource, array('page' => $page, 'page_size'...
    Posted to IFrame - REST (Forum) by Tamas on 01-21-2009
  • Re: get_friends() only can retrieve 20 friends?

    Hi, Any hope of this being fixed in the official library? I also took a look at the myspace php code and the way it uses OAuth.php is incorrect. It is passing in the page and page_size parameters as part of the url not as distinct parameters. As such, OAuth.php throws away these parameters and they never...
    Posted to IFrame - REST (Forum) by Tamas on 01-21-2009
  • Authenticating the request is coming from myspace with PHP valid Signature

    Hello. I'm developing my first app. I'm using an iframe that points to my php page on my server. I'm able to get the user id pics friends etc. but what I want to do currently is Authenticate the request. Make sure that the request came from myspace and that the signature is valid. simple...
    Posted to PostTo for IFramed Apps (Forum) by Kyron on 01-17-2009
  • Dummies Guide to Applications

    I had a feeling when I wrote this that I'd end up writing the answer myself... So this is my guide to making an application for people who aren't coders.... I am giving an example in PHP & using SMARTY TEMPLATING & FLASH.... but I am sure you could try other things. THE VERY BASICS There...
    Posted to Supported Libraries (Forum) by Sarah on 05-20-2008
  • oAuth / PHP / External App 101 ?

    I am so new, I shouldn't even be writing apps - but the bad news is... I am. I have an external PHP app. If I set the canvas page to be an iframe, which loads the index page of my PHP app - my application works fine. Except it operates as if the user wasn't 'logged in'... "Aha -...
    Posted to Supported Libraries (Forum) by Sarah on 05-15-2008
Page 1 of 2 (12 items) 1 2 Next >