Hi Rohit,

Thank you very much for your quick and very much valuable reply.
Sorry for the delay from my side.

Your reply cleared so many things but still i have some more doubts.


> 2. Also, you can develop the entire application in your environment and
> upload the final Gadget XML file to Orkut Sandbox for development and Orkut
> Application directory for production.

My question is, normally developing any application requires to write
code in many different files and to create different pages. But here
it looks like there is only one XML file in which we have to write
code, so i am wondering how i will develop & maintain a big
application in just a single file.(actually i am trying to do
feasibility study of the app i am gng to develop)
And as you said "you can develop the entire application in your
environment", so how OpenSocial API will work in my local envirement &
how i will test my code in local environment because the code we are
writing is in XML file so where to run that XML file.

Thanks
Amit


On May 26, 10:17 pm, "Rohit Ghatol" <[EMAIL PROTECTED]>
wrote:
> Hi Amit,
> I will try my best to answer your question in your context.
>
> 1. Yes it is possible that when a  user adds your opensocial application,
> the user also becomes a member of your website. You can use the Orkut's UID
> as the user id and use Signed requests (gadgets.io.makeRequest) to trust
> Orkut. This way without any need of user registration, you can have user
> registered at your server.
>
> 2. Also, you can develop the entire application in your environment and
> upload the final Gadget XML file to Orkut Sandbox for development and Orkut
> Application directory for production.
>
> Here is the general steps to do this
> 1. Write OpenSocial App using OpenSocial APIs. The OpenSocial APIs help you
>     a. Get Viewer (one who is viewing the application), Owner ( the one who
> has installed the application) and their friends
>     b. Store Information in PersonApp Store in the container. Orkut
> currently supports 10kb of information to be  stored per user per
> application
>     c. Post Activities (Orkut Updates), so other users can know what
> activities a user is doing through their application.
>    d. Send Message to other users and Send Application Install Requests to
> other users for viral spread of the application. (There is ofcourse a limit
> on this to avoid spamming. Currently Orkut supports Send Message).
>
> 2.  Communicate with your server (asp.net) using gadgets.io.makeRequest. You
> can communicate using JSON (if you like).
>
> Here are the links to the documentation
> 1. API Reference -http://code.google.com/apis/opensocial/docs/0.7/reference/
> 2. Info about all major OpenSocial Containers 
> -http://code.google.com/apis/opensocial/gettingstarted.html
> 3. Developer Guide 
> -http://code.google.com/apis/opensocial/docs/0.7/devguide.html
> 4. Tutorial 
> -http://code.google.com/apis/opensocial/articles/tutorial/tutorial-0.7...
> 5. All Major articles 
> -http://code.google.com/apis/opensocial/articles/tutorial/tutorial-0.7...
> 6. OpenSocial Wiki 
> -http://code.google.com/p/opensocial-resources/wiki/CodeSnippets
>
> Hope this helps you.
> Thanks,
> Rohit
>
> Google Developer Programs
>
> Join us at Google's biggest developer event of the year
> May 28-29, San Franciscohttp://code.google.com/events/io
>
> On Sat, May 24, 2008 at 3:55 AM, amit <[EMAIL PROTECTED]> wrote:
>
> > Hello everybody,
>
> > After reading opensocial apis and gadgets apis i have some doubts.
>
> > 1.First of all, for me, the main purpose behind the opensocial apps
> > development is to increase the user base of my product(desktop
> > application). I have one website through which users can purchase and
> > download the product.
>
> > And i want to develop opensocial app so that whenever user adds my
> > application, that user automatically will be added into my database
> > and become the user of my site.
>
> > Is it possible to do such kind of thing?
> > If yes, then please guide me how to implement it.
>
> > 2. Can i develop the whole application at my local environment and
> > upload it to orkut? if yes then how the API's will work at my local
> > environment?
>
> > 3.Google Gadgets Editor (GGE) (http://code.google.com/apis/gadgets/
> > docs/gs.html#Scratchpad<http://code.google.com/apis/gadgets/docs/gs.html#Scratchpad>)
> >  is the only place where i can write the
> > code?
> >  Because to develop big application it is very difficult to develop
> > in such a small area.
> > 4.Is it possible to store some information to my server? How to do
> > that? What type of development needed at my server side(my website is
> > developed in asp.net)?
>
> > Any help will be appriciated
> > Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial Application Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to