MySpace Open Platform

A Place For Developers

Welcome Developers!

Welcome!

Search

Page 1 of 1 (9 items)
  • Re: persistant data

     ok. I included a bit of code from the source file in my previous post. However if I try to use that same technique in my code it doesn't work in the same manor. I was wondering if anyone knew why? or if they could just give me a working example of how to store a variable. I have tried using the one on the opensocial wiki, the one in the ...
    Posted to JavaScript/HTML - Container (Forum) by George on 06-09-2009
  • Re: persistant data

     1. Clicking on those requires a www.fegmail.com username and password( dont know if its supposed to be that way or not)  2. After looking at the source of teachers pet it still does not explain what I am asking about.    var req = opensocial.newDataRequest(); req.add(req.newUpdatePersonAppDataRequest("VIEWER", ...
    Posted to JavaScript/HTML - Container (Forum) by George on 06-09-2009
  • Re: persistant data

         <script type="text/javascript"> var req = opensocial.newDataRequest(); req.add(     req.newUpdatePersonAppDataRequest("VIEWER", "myKey", "myValue"),     "set_data"); req.send(set_callback); function set_callback(response) {   if ...
    Posted to JavaScript/HTML - Container (Forum) by George on 06-08-2009
  • Re: persistant data

     yeah. I dont really need help on designing that part but if your just seeking clarity on what I said then yes exactly.   //HomeView  [Enter Name Here] [Submit Button] //End Home View   //Profile View Your Name is: (what ever you put in the Enter Name Here spot on homeview) //End Profile View
    Posted to JavaScript/HTML - Container (Forum) by George on 06-08-2009
  • Re: persistant data

    yeah.  so what I want to do is have an input field on the home view that when the submit button is pressed it stores what ever was in the field. Then on the profile view it reads the variable and (to simplify) prints it out on the screen.    and I saw the demo's but like when I C/P them into my "home-view" editor ...
    Posted to JavaScript/HTML - Container (Forum) by George on 06-08-2009
  • persistant data

    I have two questions.  1. is it possible to set a variable in the homepage view and then access that data in the profile view? 2. I dont understand how to use the persistant data tutorials. I have read all of the posts and they all either point to the same code or use the same example. When I try to use the example it never works. nothing ...
    Posted to JavaScript/HTML - Container (Forum) by George on 06-08-2009
  • Re: multiple applications

     but if I delete my myspace profile I can create another one with the same email adress, right?
    Posted to General Policy Questions (Forum) by George on 06-01-2009
  • Re: multiple applications

     sorry was just unaware that each app required a different email address. whats the reasoning behind that?
    Posted to General Policy Questions (Forum) by George on 06-01-2009
  • multiple applications

    I deleted an application that i no longer wanted that was only in the development phase, as in i had no even clicked the publish button yet and now when i go to create an app it appears to be saying i need to reregister as a developer but when i fill out all the requested information it says email alread in use. any suggestions?   -george
    Posted to General Policy Questions (Forum) by George on 05-29-2009
Page 1 of 1 (9 items)