[orkut-developer] Problem in google people connect

2008-12-08 Thread hem
Dear Friends, I want to add google people connect in my blog which is in blogspot.com. I have download 2 file rpc_reply.html (for security reason) and canvas.html(for adding gadget) from the following site http://www.google.com/friendconnect/admin/ so how we will upload these file in root

[orkut-developer] problem regarding screenShot.

2008-10-31 Thread hem
Dear Friends, I have developed one application and submit that in orkut, but orkut reviewer review that application and send me following problem in my application which is as follows:- 1) You still don't have a screenshot. 2) We are still seeing a vertical scrollbar on the canvas view. out of

[orkut-developer] Re: problem for sending message in version 0.8

2008-10-08 Thread hem
OpenSocial 0.8. Try using string literals instead: opensocial.requestSendMessage('VIEWER_FRIENDS', message, notification); - Jason On Oct 3, 1:13 am, hem [EMAIL PROTECTED] wrote: Dear Friends,   I have small problem regarding the sending message in version 0.8, when I used version 0.7

[orkut-developer] Re: problem for sending message in version 0.8

2008-10-08 Thread hem
0.8. Try using string literals instead: opensocial.requestSendMessage('VIEWER_FRIENDS', message, notification); - Jason On Oct 3, 1:13 am, hem [EMAIL PROTECTED] wrote: Dear Friends,   I have small problem regarding the sending message in version 0.8, when I used version 0.7 and write

[orkut-developer] Re: problem for sending message in version 0.8

2008-10-08 Thread hem
0.8. Try using string literals instead: opensocial.requestSendMessage('VIEWER_FRIENDS', message, notification); - Jason On Oct 3, 1:13 am, hem [EMAIL PROTECTED] wrote: Dear Friends,   I have small problem regarding the sending message in version 0.8, when I used version 0.7 and write

[orkut-developer] problem for sending message in version 0.8

2008-10-03 Thread hem
Dear Friends, I have small problem regarding the sending message in version 0.8, when I used version 0.7 and write the following code... then it work fine, var selectedReceiverName = new Array(); var params = []; thumb = viewer.getField(opensocial.Person.Field.THUMBNAIL_URL); var titleName =

[orkut-developer] Re: Please guide me in the Google Open social API

2008-09-26 Thread hem
server) and explain how it's not working (e.g. error, unexpected output, etc.). Thanks. - Jason On Sep 24, 10:18 pm, hem [EMAIL PROTECTED] wrote: In my application, the user type message in a textarea which is defined by me. I take that message in a variable and i want to show that message

[orkut-developer] Re: Please guide me in the Google Open social API

2008-09-26 Thread hem
server) and explain how it's not working (e.g. error, unexpected output, etc.). Thanks. - Jason On Sep 24, 10:18 pm, hem [EMAIL PROTECTED] wrote: In my application, the user type message in a textarea which is defined by me. I take that message in a variable and i want to show that message

[orkut-developer] Re: Please guide me in the Google Open social API

2008-09-26 Thread hem
, params); var recipient = opensocial.DataRequest.Group.VIEWER_FRIENDS; alert(The recipient are +recipient); opensocial.requestSendMessage(recipient, message); } On Sep 26, 4:12 pm, hem [EMAIL PROTECTED] wrote: Thanx for reply Mr. Jason, In my apps there is one strange thing is happens when i

[orkut-developer] Please guide me in the Google Open social API

2008-09-15 Thread hem
Dear Friends, can you help me in google opensocial API, I am Creating one application in that i want to send the message or scrap through my application when the user click his/her friend and click on send button. Even i read documentation where there mention that google not gave this