Welcome Developers!

in

Welcome!

in

Browse by Tags

  • 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
  • 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
  • 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...
  • 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
Page 1 of 2 (15 items) 1 2 Next >