Jason,

I've already thought about this. And really didn't found any solution using
only OS persistent data.
Is there any method called only when a user install my application or remove
my application?
If it has, then we could make a simple counter in a txt file on our servers.

Thanks,
Frisoni

On Sat, Jul 19, 2008 at 03:50, Jason <[EMAIL PROTECTED]> wrote:

>
> The answer depends on your setup. If you're storing your data in a
> database on your own server and retrieving this when your application
> loads, absolutely -- this is a simple SQL query. If you're using
> OpenSocial's persistence API, I'm afraid the answer is no. Although
> you can fetch the data for any user by ID, there is no way to fetch
> all users who have installed your application. If you have to track
> your users in a database, you should probably store your actual data
> there as well. Let me know if you have any other questions.
>
> - Jason
>
> On Jul 16, 3:46 am, evr <[EMAIL PROTECTED]> wrote:
> > Hi to all,
> >
> > I want to ask you if there is a way of getting count  in the orkut
> > application.
> >
> > To clarify it ,
> > Let's assume that we've been  storing "data_s" variable in our orkut
> > application. And "data_s" can be  "A,B,C,D".
> > I want to count  how many orkut users who has added my application,
> > chooses A or B ....I mean I want to display a list like  A 1252
> >                C  958
> >                D  458
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" 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-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to