Welcome Developers!

in

Welcome!

in

How do you display OS 1.0 app on profile?

Last post 06-28-2012 2:31 PM by phreekk™. 16 replies.
Page 1 of 2 (17 items) 1 2 Next >
Sort Posts: Previous Next
  • 01-04-2011 1:29 PM

    How do you display OS 1.0 app on profile?

    Older OS 0.8 apps used to have a tab for profile code, but I can't find this on the OS 1.0 app. How do I define a profile app and how do I add it to my profile?

    Update: I found out that I needed add a new Content block as such marked as profile, but after I add it to my profile in the Customize view I don't see anything:

    <Content type="html" view="profile">
    ...
    </Content>

    Update 2: It seems that only the creator of the app can add it to their profile. Other developers do not even see the module when they go to customize.

    Update 3: But even when adding it I can't see it, I get an error message that says: "No data for this module!" and then is empty when I try to view my profile.
  • 01-07-2011 9:40 AM In reply to

    Re: How do you display OS 1.0 app on profile?

    Does anyone know how to get the OS 1.0 apps to appear on the Home and Profile pages? Is this broken or do I need to add extra code or something else?
  • 01-26-2011 10:53 AM In reply to

    Re: How do you display OS 1.0 app on profile?

    I'm still having trouble getting my app to display on my Home and Profile views. Is this broken, do I need to do anything special?

    I have this code in my <ModulePrefs> section:
    <Optional feature="MySpace-Views">
    <Param name="profilesize">300</Param>
    <Param name="profilelocation">right</Param>
    <Param name="canvassize">100,600</Param>
    <Param name="homesize">300</Param>
    </Optional>

    And this is my <Content> node:
    <Content type="html" view="canvas,home,profile">

    I've gone into Customize on my profile and added the module and it just says "No data for this module!", and then is completely missing when I Publish the profile.

    Also, how do you get the app on the Home screen? Thanx to anyone that can help me.
  • 02-02-2011 3:40 PM In reply to

    Re: How do you display OS 1.0 app on profile?

     Can you send me your developer userID and your six-digit appID for the app in question? I want to try and see directly what is going on. I cannot see an issue with the code you have. For privacy you have the option to send it to developerrelations@myspace-inc.com.

     

     

    thanks,

    Joel

  • 02-04-2011 7:16 AM In reply to

    Re: How do you display OS 1.0 app on profile?

    @Joel: I sent my IDs to you. Thanx.
  • 02-07-2011 11:52 AM In reply to

    Re: How do you display OS 1.0 app on profile?

    What was the subject line? We received nothing.

     

    -Joel

  • 02-07-2011 12:32 PM In reply to

    Re: How do you display OS 1.0 app on profile?

    Here's the header:

    subject: Re: How do you display OS 1.0 app on profile?
    to: developerrelations@myspace-inc.com
    date: Thu, Feb 3, 2011 at 2:27 PM
  • 02-08-2011 12:14 PM In reply to

    Re: How do you display OS 1.0 app on profile?

     This message was not received. Please re-send.

     

    thanks,

    Joel

  • 02-08-2011 1:49 PM In reply to

    Re: How do you display OS 1.0 app on profile?

    Re-sent along with a direct message to your forum account just in case. Thanx.
  • 03-03-2011 2:12 PM In reply to

    Re: How do you display OS 1.0 app on profile?

    Hello, I created my own app (OS 0.8) and it's works well on my profile, but only when I'm connected.
    How to display it for everybody (not logged) ?

     Thanks

  • 03-04-2011 5:26 PM In reply to

    Re: How do you display OS 1.0 app on profile?

    Did you get my new email with my info? Do you know how I can make my app show up on my profile and home screen? Thanx. ~phreekk
  • 03-21-2011 7:51 AM In reply to

    Re: How do you display OS 1.0 app on profile?

     Still really need help with these.  Did you get my emails or messages?

  • 03-23-2011 5:13 PM In reply to

    Re: How do you display OS 1.0 app on profile?

     Your issue was escalated to our team, but I have not received an answer about this problem yet. I will let you know once we find a solution.

     

    Thanks,

    Joel

  • 05-20-2011 2:57 PM In reply to

    Re: How do you display OS 1.0 app on profile?

    Any update on my situation?

    Thanx.

  • 05-20-2011 3:19 PM In reply to

    Re: How do you display OS 1.0 app on profile?

    I've tried to setup another app with the barest of scripts to see if I can get it to post on my profile and I stil get the same error message.

    Here's the code I tried:

    <?xml version="1.0" encoding="utf-8" ?>
    <Module>
        <ModulePrefs title="Test" description="Test">
            <Require feature="opensocial-1.0" />
             <Require feature="opensocial-template" />
            <Optional feature="MySpace-Views">
                <Param name="profilesize">300</Param>
                <Param name="profilelocation">right</Param>
                <Param name="canvassize">100,600</Param>
                <Param name="homesize">300</Param>
            </Optional>
        </ModulePrefs>
        <Content type="html" view="canvas,home,profile">
            <script  xmlns:os="http://ns.opensocial.org/2008/markup" type="text/os-template">
                <b>Test</b>
            </script>
        </Content>
    </Module>

Page 1 of 2 (17 items) 1 2 Next >