Welcome Developers!

in

Welcome!

in

Browse by Tags

  • 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
  • an easy way to get gender details for a list of friends?

    I'm trying to organize a list of friends by gender and I can't find a way to get all the information without querying for each individual friend. Is there a way to submit a list of ids and get back a list of genders or all details? I'm using the most recent version of the MySpaceAPI.php but...
    Posted to IFrame - REST (Forum) by Nathan on 03-30-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
  • MDP's Library Information Section/各種ライブラリー

    原文: http://developer.myspace.com/community/libs/libraryintro.aspx 以下のライブラリー一覧には、MySpace Developer Platformで利用可能なライブラリーリリースの詳細が記載されています。この中にはMySpaceで正式にサポートされていないライブラリーも含ま れているので、ご注意ください。その他のライブラリーをご存知で、そのライブラリーも一覧に含めるよう当社に依頼する場合は、 http://developer.myspace.com/Community/forums/17.aspx のフォーラムで当社にお問い合わせください...
  • 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
  • How to use the PHP api?

    Hello, I downloaded the PHP api on my pc, set it up inside my servere files, included it inside a test aplication, and got stuck. Looked over the forum and then to all the external links(even read the Oauth specs) but i can't figure out how the MySpace system works. It seames to be allmost the same...
    Posted to IFrame - REST (Forum) by Adrian on 01-19-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
  • How to get current user id?

    I am new to myspace app development! I have created an app using External Iframe as Source and downloaded myspace php client library. I set the secret key and app url properly. Now, I am not sure how can we retriev the current user id. In the api, it mentions the following - "(you can get this from...
    Posted to IFrame - REST (Forum) by Guddu on 01-06-2009
Page 3 of 6 (53 items) < Previous 1 2 3 4 5 Next > ... Last »