Welcome Developers!

in

Welcome!

in

Iframe and IFPC external Iframe Library

Last post 01-27-2009 2:51 AM by Faizan. 8 replies.
Page 1 of 1 (9 items)
Sort Posts: Previous Next
  • 01-08-2009 12:03 PM

    Iframe and IFPC external Iframe Library

    Hi guys,
    I started this forum for support with Iframe apps. I'm hoping we can use this to address current iFrame issues and the IFPC external libraries that you nice folks have agreed to help us with.

    Right now we have 2 versions of the library which I am sending out to those who want to try it.
    •    V2 - The first one addresses postto and sending notifications.
    •    V3 - The second one adds activities and permissions.

    If you'd like to help us test these libraries and would like an advance copy, contact me at rrondeau at myspace dot com

    I am also hoping since you folks are all working your apps the same way that we might have some peer support. Maybe another developer might recognize a problem that you are having and be able to help.

    Anyway, as always feel free to message me directly!

    Rhonda

  • 01-10-2009 9:15 PM In reply to

    Re: Iframe and IFPC external Iframe Library

     Rhonda,

     

    Do you mind posting a review of the precise functionality in both of the libraries, including any noteworthy eccentricities as compared to the JS versions. Obviously a lot of people have been waiting for these library, and we greatly appreciate it. Maybe you could give us a more in depth overview of what we'll be getting into by using them in order to make this thread a more central information resource (I'm surprised I'm the first one to have noticed this). 

     Also, when do you anticipate releasing these libraries for use in live applications? 

     

    -James from FaceySpacey.com

  • 01-12-2009 6:53 AM In reply to

    Re: Iframe and IFPC external Iframe Library

     This topic has been around for months and months and months, and I just created the forum. I do sometimes assume that everyone is on the ame page as me. I think most people realize why these libraries were created, because they were created at the request of developers who use IFRAME as they are at a severe disadvantage to use things that are included in any java library.

    .2 is available online from what I understand.I'll double check in a few.

    .3 is still Beta. 

     Both are avail to use NOW. One online, one by request ;) V2 includes postto, adjustheight, and request navigate to. V3 includes all listed below.

    Overview (which is included in the zip files)

    These libraries demostrates how to make IFPC calls in external iFrames applications with more than one page. This is not OpenSocial. This is a way for applications using external iFrames to be able to use:

    • postTo
    • adjustHeight
    • requestNavigateTo
    • hasPermission
    • requestPermission
    • requestCreateActivity.

     

    Let me know if you have any questions.

  • 01-12-2009 8:01 PM In reply to

    Re: Iframe and IFPC external Iframe Library

     Cool, question: do we get access to all post to functions:

     

    -    Posting to the viewers profile
    -    Posting a bulletin
    -    Posting to the viewers blog
    -    Adding a comment
    -    Sending a message 

     

    ???

     

    ...Also, sorry if I'm asking an obvious question, but where's the V2 online zip located? 

  • 01-22-2009 9:32 AM In reply to

    • Faizan
    • Not Ranked
    • Joined on 12-18-2008
    • Posts 7

    Re: Iframe and IFPC external Iframe Library

    I'm having problems using requestCreateActivity in IFPC v003. It only works on landing page and wont works on internal pages. Anyone have idea how to make it work on internal pages?

    Also requestShareApp is working on intenal pages dont know what is problem with requestCreateActivity.

    Filed under: , ,
  • 01-22-2009 2:24 PM In reply to

    Re: Iframe and IFPC external Iframe Library

     are you using 3.0 or the library that has been linked in the app demo, because that's the most current. If you have something I sent yto you personally that was a beta. The one in the example app is the only one that shoud be used.

  • 01-23-2009 3:37 AM In reply to

    • Faizan
    • Not Ranked
    • Joined on 12-18-2008
    • Posts 7

    Re: Iframe and IFPC external Iframe Library

     Yes I'm using 3.0 and library from here http://x.myspacecdn.com/OpenSocial/IFPC_externalIframe003.js I'm doing it the same way as in example app but requestCreateActivity only works on landing page not in internal pages. Whereas requestShareApp is working in internal pages.

    Any solution?

  • 01-25-2009 7:32 PM In reply to

    Re: Iframe and IFPC external Iframe Library

    I'll send this to container's qa

  • 01-27-2009 2:51 AM In reply to

    • Faizan
    • Not Ranked
    • Joined on 12-18-2008
    • Posts 7

    Re: Iframe and IFPC external Iframe Library

    I figured it out.

    In order to make createActivity work on inner pages request has to be redirected through JavaScript goToPage function.

    function goToPage(page){
           var container = MyOpenSpace.MySpaceContainer.get();
           var qryString = container.getQueryString();
           window.location = page + "?" + qryString;
        }

    Filed under:
Page 1 of 1 (9 items)