Welcome Developers!

in

Welcome!

in

Browse by Tags

  • Error making call to Myspace

    Please i get this error while making a call to myspace. I have successfully completed the OAUTH verification and i've obtained the access_token and secret. When try to make a call like this $ms = new MySpace($ms_key,$ms_secret,$row['access_token'],$row['access_token_secret']); $user_id...
    Posted to Testing and Support (Forum) by Tola on 11-26-2010
  • Re: MySpace Ruby REST API

    Hello, I tried out the OAuth sample rails application that came with the SDK and when I replaced the sample CONSUMER_KEY and CONSUMER_SECRET with my version (from a MySpaceID app that I am creating), I could not get the access token successfully. I get the error: "oauth_problem=parameter_rejected...
    Posted to Supported Libraries (Forum) by appsocialuser1 on 07-14-2010
  • 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
Page 1 of 1 (5 items)