MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Browse by Tags

  • Re: OAuth REST API issue

    Hi Mark, For a MySpaceID app we we strongly encourgae users to use the MySpaceID SDK in alanguage of your choice. The SDK can be found here: http://wiki.developer.myspace.com/index.php?title=Category:MySpaceID_SDK
    Posted to IFrame - REST (Forum) by Saurabh on 07-21-2009
  • MySpace PHP SDK / AJAX?

    Hi all, 1. Do you know if i can use the MySpace PHP SDK inside an Application hosted in a third party server? When i try the example 'myspaceid-openid-oauth' it seems to post/redirect to api.myspace.com/openid and returns an error 2. If i can't use this SDK, what should i use from my PHP...
    Posted to General Questions/Comments (Forum) by Fernando on 06-11-2009
  • Re: REST App Notifications issues

    Kush, I really want to help you on this, I am the engineer that worked on the php library you can find on the google code site. We are using the MySpaceID library for a number of purposes; and of those purposes we use the library quite successfully for some of our own projects, projects with partners...
    Posted to IFrame - REST (Forum) by jDavid on 06-03-2009
  • Fix for myspaceapi.py (python SDK)

    Around line #297 if resp.status is not 200: raise MySpaceError('MySpace OAuth API returned an error', resp) return resp.body needs to be changed to if int(resp.status) is not 200: raise MySpaceError('MySpace OAuth API returned an error', resp) return resp.body resp.status will come out...
    Posted to MySpaceID (Forum) by Joey on 04-22-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
  • 新着情報 - MySpaceID Live! の新機能 - 2009/3/20

    MySpaceIDの新機能がリリースされました。 ■ 第三者のサイトでActivity Stream が提供可能になりました(β版) 楽曲、写真、イベント、等々種類別でフィルター可能です。 ■ OAuth と OpenID とを統合しました ■「アプリケーションの作成」機能のワークフローを改善しました ■ MySpaceID SDK(β版) の提供を開始しました ・サポート言語:PHP、Python、Ruby、C#、Java (Cocoa、Android も今後対応予定) ・ MySpaceID SDK 詳細 詳細は、 MySpace Developer Team のブログ記事 (英語)をご覧下さい...
    Posted to Japanese (Forum) by MySpace Japan Developer Team on 03-22-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
  • Re: MySpaceID Errors

    Thanks jDavid, but I managed to figure it out. I wanted friend's statuses, and I had problems with the URL of it. But it's all solved now. I am not using the sdk that myspaceid has provided. I am using another version that is similar to this.
    Posted to MySpaceID (Forum) by The Doctor on 03-18-2009
Page 1 of 1 (8 items)