Hello Micke,

for now I am dragging a wave into another one to examine the link that
contains the wave id; I hope there are other ways..

How did you manage the authentication against the appserver? (I am
trying to embed a wave on an application web page on a remote
server..)

Regards
Rick

On Oct 5, 9:04 pm, Micke Nordin <mickew...@gmail.com> wrote:
> I managed to fix this, all I had to do was switch places for these
> lines in my js from;
>   wave.loadWave(...);
>   wave.setUIConfig(...);
> to:
>   wave.setUIConfig(...);
>   wave.loadWave(...);
> Oddly enough the former works with the sandbox server, but not with
> the live server.
>
> Also, we need a good way of getting the wave id, which was present in
> the sandbox via the debug option, but that is missing from the live
> server.
>
> /MIcke
>
> On 5 Okt, 11:21, Micke Nordin <mickew...@gmail.com> wrote:
>
> > I have written an extension for MediaWiki that makes it possible to
> > embed waves to a wiki page:
>
> >http://www.mediawiki.org/wiki/Extension:GoogleWave
>
> > Using the Google wave sandbox server, a wave is displayed properly
> > inline on a wiki page. I have not been able to reproduce this behavior
> > with other wave servers I have now been able to try.
>
> > If someone could shed a light on this it would be more than welcome.
>
> > These are the wave servers I have tried:
> > *http://wave.google.com/a/wavesandbox.com/-The sandbox wave server,
> > a trailing slash in the URL works, no trailing slash doesn't.
> > *https://wave.google.com/wave-The Google wave server, no trailing
> > slash produces the inbox of my wave account, where as a trailing slash
> > produces a grey background only, no content.
> > *http://pygowave.net/waves/-PyGoWave server, no trailing slahs
> > produces an error,  a trailing slash shows inbox.
>
> > My extension is written in PHP and produce xhtml output similar to the
> > Hello World example from the tutorial.
>
> > /Micke Nordin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to