[OpenSocial] Missing http: in return value from gadgets.io.getProxyUrl() in wave sandbox

2009-07-31 Thread jofeux

The call to gadgets.io.getProxyUrl()  return the proxy URL starting
with //. The http prefix is missing.

Bug or feature?

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



[OpenSocial] Re: How to upload an image file using makeRequest

2009-08-07 Thread jofeux

Hi itog,

I do have the very same problem, the HTTP method POST is not supported
by iGoogle, Orkut and the wave sandbox.

Does anyone know a solution for this?

For the same reason gadget using RPC cannot be written with GWT. GWT
RPC depends on POST.

Bug, Features? The opensocial spec says POST is only optional. Any
Googler wants please to comment on what Google will be doing?

Best regards,

jofeux

On Aug 6, 8:40 am, itog it0gn...@gmail.com wrote:
 Hi guys,

 I have wrote file server that I can upload a file with html like this,

 form method=post action=./upload enctype=multipart/form-data
 input type=file name=post[image]
 input type=submit value=upload
 /form

 [Question]
   How can I upload a file to the server from opensocial application?

 I know I should use makeRequest call, but I don't know how to post
 multipart/form-data by that.

 Could anyone help me with this issue?

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



[OpenSocial] Re: proxied content, does anybody use?

2009-08-12 Thread jofeux

Did you take a look at gadgets.io.makeRequest?
May be you want to take a look at 
http://code.google.com/p/opensocial-resources/wiki/GadgetsMakeRequest

jofeux

On Aug 11, 11:20 pm, duduzerah eduardopich...@gmail.com wrote:
 I'm working on a opensocial app, that's run in another server. In
 content param of the xml, I pass the url, as the specification said.

 But I discover that, I can't call the javascripts methods to fetch
 data, because the app is in another server.

 Am I doing something wrong? Or proxied content can't to do these
 things? If no I think I lost 2 weeks working on it...

 Inside my opensocial application, the user do a login in another
 system. I would like to associate his login with his orkut id for
 example, to next time the user don't need to do a login again. But
 with proxied content, i read a lot, and can't find examples doing
 that..
 If I would know before, I did't build a proxied content application,
 but on the opensocial wikis and forums, there are no detailed
 infomation.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenSocial Application Development group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~--~~~~--~~--~--~---