[Google Wave APIs] Re: Embed API only on appspot

2009-10-06 Thread rick eisenmenger

aaahh... thanks david. that makes sense.

while at it, does anyone know of alternative ways to authenticate
against the sandbox? (no immediate results with a quick search.) i am
more or less trying to call that wave through a remote server's
application.

thanks
rick

On Oct 5, 2:29 pm, David Trattnig david.tratt...@gmail.com wrote:
 The embed api is working fine locally. But the hint is that you have to run
 it in a local server (e.g. Apache). You can't just open it via file://
 cheers
 david

 On Sun, Oct 4, 2009 at 5:38 AM, Dimitri Gnidash
 dimitri.gnid...@gmail.comwrote:



  Rick,

  I suspect it doesn't work period. I was trying everything today.
  Let me know if you figure it out.

  Cheers

  On Sep 30, 7:03 am, rick eisenmenger rick.eisenmen...@gmail.com
  wrote:
   Hello,

   does theEmbedAPIonly work when called on the appspot server? I
   can't seem get the smallEmbedAPIdemo run on my local machine, which
   I would like to try to test embedding the wave in other systems.

   Regards
   Rick

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Embedding waves in MediaWiki from different wave servers

2009-10-06 Thread rick eisenmenger

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
-~--~~~~--~~--~--~---



[Google Wave APIs] Embed API only on appspot

2009-09-30 Thread rick eisenmenger

Hello,

does the Embed API only work when called on the appspot server? I
can't seem get the small Embed API demo run on my local machine, which
I would like to try to test embedding the wave in other systems.

Regards
Rick

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---