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
  • Status/Activity-Comments with Java-SDK

    Hello, i am trying to get comments for activities and/or status(mood)-updates. I have read here http://developer.myspace.com/Community/blogs/devteam/archive/2009/11/17/new-features-for-opensocial-0-9-rest-apis.aspx that there is a new endpoint, the StatusMoodComments endpoint and that you have updated...
    Posted to General Questions/Comments (Forum) by Paul on 06-10-2010
  • Creating a Realtime Stream Page; Suscription with C#

    I am trying to build a simple on-site and/or off-site application that displays a Realtime Stream using C#. Obviously, none of these are exposed in the latest (June) myspaceid-csharp-sdk , however i was able to find a python off-site app that uses a modified sdk ( http://code.google.com/p/ms-flood/ ...
    Posted to IFrame - REST (Forum) by Bob on 02-07-2010
  • 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
Page 1 of 2 (12 items) 1 2 Next >