[OpenSocial] Re: How to send data using post method in makeRequest

2008-02-02 Thread [EMAIL PROTECTED]
Sure ! I am also trying to get it through, will let you know if I get it correct. Hemant On Feb 2, 10:12 pm, Dustin Jorge <[EMAIL PROTECTED]> wrote: > I believe gadgets.io is where the makeRequest function will live in 0.7, > so I'm trying to avoid using opensocial.makeRequest any more. > > I ca

[OpenSocial] Go Live date?

2008-02-02 Thread steiljes
Any word on the go live date of open social? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Discussion" group. To post to this group, send email to opensocial-orkut@googlegroups.com To unsubscribe from this gr

[OpenSocial] Re: What are the STOREable informations in orkut

2008-02-02 Thread Jim
Hi Jason, Thanks a lot for the replay... ;) Our application is a photo based one... and we like to store the URL of the profile picture in our own database instead of the persistent data option. Is that allowed?? I am asking this bcose, facebook TOS doesn;t allow this... :( ~ Jim Jason wrote:

[OpenSocial] Re: How to send data using post method in makeRequest

2008-02-02 Thread Dustin Jorge
I believe gadgets.io is where the makeRequest function will live in 0.7, so I'm trying to avoid using opensocial.makeRequest any more. I can only get post working with gadgets.io.makeRequest, and I haven't seen signing work without using opensocial.makeRequest. Also, the returned object from t

[OpenSocial] Re: How to send data using post method in makeRequest

2008-02-02 Thread [EMAIL PROTECTED]
Hi, Have you get success in opensocial.makerequest also like below- opensocial.makeRequest('URL', function (response) { }, {'method' : 'POST', 'contentType' : 'html', 'postData' : 'a=b&c=d' }) I am stucked here, can you help . I see in reponse from container Orkut server

[OpenSocial] Re: How to send data using post method in makeRequest

2008-02-02 Thread Dustin Jorge
Has anyone gotten a signed request to go through using gadgets.io.makeRequest yet?? (not opensocial.makeRequest) victorc wrote: > Yes using opensocial.makeRequest, signed requets work using some > workarounds (because still some bugs in OAuth implementation). > More details here > http://group

[OpenSocial] Re: not able to add application

2008-02-02 Thread Ashish Agrawal
HI Jason thanks for that!! CHeers, Ashish On 2/1/08, Jason <[EMAIL PROTECTED]> wrote: > > > Hi Ashish. If you are signed into http://sandbox.orkut.com, you should > see a "manage stuff" link in the vertical bar directly below your > profile picture. If you click this, you will be taken to a page

[OpenSocial] Re: Coming Soon - OpenSocial v0.7 on Orkut

2008-02-02 Thread the1geek
Hi Lane, I just check sandbox.orkut.com this morning Saturday, 2/2, still no v0.7 support. ~newton On Jan 29, 5:02 pm, Lane LiaBraaten <[EMAIL PROTECTED]> wrote: > Hey Everyone, > > We're planning to update sandbox.orkut.com to support v0.7 this > Friday, 2/1.  You can already check out the rel

[OpenSocial] Re: How to send data using post method in makeRequest

2008-02-02 Thread victorc
Yes using opensocial.makeRequest, signed requets work using some workarounds (because still some bugs in OAuth implementation). More details here http://groups.google.com/group/opensocial-orkut/browse_frm/thread/c11ed68173a2bc69 and some info here http://groups.google.com/group/opensocial/web/vali