MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Browse by Tags

  • OpenSocial and OAuth

    Hi, I have a question on OpenSocial 0.9. How can I have the user id ? I didn't find the method to get this information. I'm using OpenSocial 1.1.1 library and in your samples here :http://wiki.developer.myspace.com/index.php?title=OpenSocial_v0.9_Albums on this line : $osapi = new osapi ( new...
    Posted to IFrame - REST (Forum) by Sylvain007 on 11-19-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: Having troubles with authentication

    Looking further,this is not supposed to supply the current user, so I am trying the following: $s = new Space($key, $secret); $result = $s->currentUser(); This results in: Fatal error : Uncaught exception 'Exception' with message '404 ' in /home/devex/public_html/class/Space.php:227...
    Posted to IFrame - REST (Forum) by Thomas on 01-09-2009
  • Having troubles with authentication

    $user=$_REQUEST['id']; $s = new Space($key, $secret); try { $result = $s->user($user); } catch(Exception $e) { //app not installed redirect to app profile die ("Session Timed out, Please run again."); exit; } $myspaceid=$result['userid']; I have found that users can pass...
    Posted to IFrame - REST (Forum) by Thomas on 01-09-2009
  • External Application Authentication PHP Example ?

    Hi, Is there somewhere an example of PHP code to reproduce each step of the External Application Authentication process (i.e. to reproduce process in http://developer.myspace.com/modules/apis/pages/accessdelegationtool.aspx page ) ? In fact I want my PHP Web application to delegate authentication to...
    Posted to IFrame - REST (Forum) by victor on 06-10-2008
Page 1 of 1 (5 items)