To retrieve data from your web site, you will need to use OpenSocial's
makeRequest facility. Your gadget is being rendered by Orkut's
container to the user's browser. So, basically, your gadget is not
allowed to go directly to your server.

There is an overview here:

http://code.google.com/apis/opensocial/articles/makerequest-0.8.html

Here is a simple ASCII art diagram of what happens:

Browser JavaScript == makeRequest ==> Orkut == HTTP request ==> Your
Server

The makeRequest facility enables Orkut (or another OpenSocial
container) to act as a secure proxy for your gadget talking to your
server.

HTH,

-Jason

On Dec 13, 8:15 am, amit....@gmail.com wrote:
> Hello,
>
> I want to provide google suggest like feature in my opensocial app
> developing for orkut.
>
> I am trying to use jquery's plugin.
>
> http://www.fairwaytech.com/flexbox/Default.aspx
>
> But its not able to call to myserver to get the suggestions(data).
>
> Please suggest me to resolve this issue.
>
> Any help is appreciated.
>
> Thanks & Regards
> Amit
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to