[OpenSocial] Access User Profile from client

2008-05-19 Thread ringo

I want to write my own application which host in my server. And then
attach that app to a gadget by using an iFrame. So how could I access
user profile (and friends, etc) from my app when that app is run in a
open social site such as Orkut.com?
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~--~~~~--~~--~--~---



[OpenSocial] Storing info on a private server require Shindig?

2008-05-19 Thread SodaJerk

I want to have made an OpenSocial app. I have some questions of how to
store and retrieve info. I do not know programming, so forgive me if
these sound obvious.

Can the user info be stored in mySQL?
Is that the best way to store the info?
Do I need Shindig to store and retrieve info?

Thank You for you help,
SodaJerk
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~--~~~~--~~--~--~---



[OpenSocial] Re: opensocial is not defined

2008-05-19 Thread tilda titust
fuck off

On 5/18/08, justin kruger <[EMAIL PROTECTED]> wrote:
>
>
> it sounds like you are hard coding a proxy route, i would just like to
> put the warning out on doing that.  orkut for instance has set up a
> blazing fast proxy network, that uses sequenced DNS addresses on the
> proxy so that you are not limited to 2 requests per gadget.  orkut,
> googles design has used up to 4 dns proxy request addresses, this
> brings your request space to 8 in total, the browser max for FF2 and
> IE7,  FF3, and IE8 will allow up to 24-30 but they may increase the
> number further before launch.  Even with the new browsers, to get max
> performance you need to do sequenced proxy servers on the backend.  if
> everything goes as planned you should see a 4-6x performance boost
> with the newest browsers.  I hope that is enough for most people to
> upgrade to FF3, and IE8 asap(there are some GREAT features in
> development for these browsers).
>
> On Sun, May 18, 2008 at 9:33 AM, [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
> >
> > Thanks, I will try.
> > I found a temporary solution to my problem.
> > Hi5 (the container I am working through at the moment), submits a
> > request for the file mentioned in the type="url" and then appends the
> > following:
> > default.aspx?&libs=/gadgets/js/opensocial-0.7.js?
> > v=75eb5ef0c8cac834ca8d76b8ed3f7a7&synd=hi5&debug=0
> > to the request. Which is no good because my server does not know what
> > to do with the query string that has been appended to load the
> > opensocial library.
> > It took me a while but I found that the location of the correct
> > directory to load the opensocial javascript code was "http://
> > www.a.hi5modules.com" (for anyone that needs it).
> > This is not a good solution at all, however it is working at the
> > moment.
> > Because it is now loaded into an IFRAME, it means that I can have a
> > "test.aspx" and link directly to that, allowing me some separation of
> > code.
> > I am not a fan of everything being bunched in one file.
> >
> >
> > On May 18, 2:41 pm, "justin kruger" <[EMAIL PROTECTED]> wrote:
> >> a few times with my gadget, i have gotten to the point where i get no
> >> errors, and it just stops working.
> >>
> >> i found that there is a race condition on which frameworks load in
> >> which order.  i am working on a semaphore model to control the start
> >> of my app, or certain events based on the frameworks i need to execute
> >> my functions.
> >>
> >> you might consider looking in to that.
> >>
> >> On Sun, May 18, 2008 at 7:39 AM, [EMAIL PROTECTED]
> >>
> >>
> >>
> >> <[EMAIL PROTECTED]> wrote:
> >>
> >> > I have tried happyhour. However it only works for content of
> >> > type="html".
> >> > Oh well, back to the drawing board.
> >>
> >> > On May 16, 6:38 pm, "justin kruger" <[EMAIL PROTECTED]> wrote:
> >> >> have you tried happyhour yet?
> >>
> >> >> you might try that, as it is containerless, run locally, or anywhere
> >> >> you like, and its an open source project on google code.
> >>
> >> >> On Fri, May 16, 2008 at 12:32 PM, [EMAIL PROTECTED]
> >>
> >> >> <[EMAIL PROTECTED]> wrote:
> >>
> >> >> > Well, I put it in its own window to test it out.
> >> >> > It is loading the gadgets library, butnottheopensociallibrary.
> >> >> > When I put a watch in firebug for "opensocial" it isnotdefined.
> >> >> > Any other ideas?
> >>
> >> >> > On May 13, 7:57 pm, "justin kruger" <[EMAIL PROTECTED]>
> wrote:
> >> >> >> the "require feature" feature hasnotworked at restricting my app
> to
> >> >> >> sites that support that feature.
> >> >> >> 
> >>
> >> >> >> when you load the  >> >> >> href="???" /> can you see within the iframe?  can you see if you
> are
> >> >> >> loading the containers JS foropensocial?
> >>
> >> >> >> you may find that the containers have blocked that feature,
> without
> >> >> >> documentation.
> >>
> >> >> >> let me know what you discover.
> >>
> >> >> >> On Tue, May 13, 2008 at 1:42 PM, [EMAIL PROTECTED]
> >>
> >> >> >> <[EMAIL PROTECTED]> wrote:
> >>
> >> >> >> >  I am creating anOpenSocialapplication using the  type="url"
> >> >> >> >  href="???" /> for reasons of separation and code maintenance.
> >> >> >> >  However, I get "opensocialisnotdefined" when I try to use the
> API.
> >> >> >> >  I have  in my prefs for the
> >> >> >> >  app.xml.
> >> >> >> >  Can anyone help me solve this please?
> >>
> >> >> >> --
> >> >> >> --
> >> >> >> Justin Krugerhttp://jDavid.net
> >> >> >> [EMAIL PROTECTED]
> >>
> >> >> >> "If you are successful, it is because somewhere, sometime, someone
> >> >> >> gave you a life or an idea that started you in the right
> direction.
> >> >> >> Remember also that you are indebted to life until you help some
> less
> >> >> >> fortunate person, just as you were helped." --Melinda Gates
> >>
> >> >> --
> >> >> --
> >> >> Justin Krugerhttp://jDavid.net
> >> >> [EMAIL PROTECTED]
> >>
> >> >> "If you are successful, it is because somewhere, sometime, someone
> >> >> gave you a life or an idea that start

[OpenSocial] Re: Storing info on a private server require Shindig?

2008-05-19 Thread Balaji Srinivasan

Hi SodaJerk
My answers below:

On May 19, 2008, at 4:43 AM, SodaJerk wrote:

>
> I want to have made an OpenSocial app. I have some questions of how to
> store and retrieve info. I do not know programming, so forgive me if
> these sound obvious.
>
> Can the user info be stored in mySQL?
Yes

>
> Is that the best way to store the info?

Depends on what you are storing.
>
> Do I need Shindig to store and retrieve info?

No

>
>
> Thank You for you help,
> SodaJerk
> >


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~--~~~~--~~--~--~---



[OpenSocial] Re: Error in http://sandbox.orkut.com/AppDirectorySubmit.aspx.

2008-05-19 Thread sunnydiv

same error here, help requested

There was a problem submitting your application.

com.google.storage.megastore.impl.MegastoreExceptionFactory
$MegastoreExceptionImpl: Deadline exceeded in future. Trace:
+--- | Started
0.000 after root (absolute time 1211218438.282 seconds) | [ 0.000]
CoordinatedLog.init replica=B params= {op=WRITE piggybackRead=false
dl=null localReadPatienceMs=null allowFailover=true} | [ 0.001]
Starting session=Child log session {key="orkut_Gadget\000" replica=B}
forceCurrent=true | [ 0.001] SEND [#0] B.isUpToDate() | [ 0.001]
Transitioning from=INIT to=COORDINATING | 1 unfired callbacks: 0
Trace: :REPLICATION_ERROR:megastore=/megastore/global/
gadgets.krakendb,schema=FeedStore,table=Feeds,

On May 19, 11:26 am, Sharada <[EMAIL PROTECTED]> wrote:
> We are also facing the same problem.
>
> While trying to submit the following application:
>
> http://www.indiadekha.com/orkut/Brazil_App.xml
>
> we get the following error message:
>
> There was a problem submitting your application.
>
> com.google.storage.megastore.impl.MegastoreExceptionFactory
> $MegastoreExceptionImpl: Deadline exceeded in future. Trace:
> +--- | Started
> 0.000 after root (absolute time 1211178133.477 seconds) | [ 0.000]
> CoordinatedLog.init replica=B params= {op=WRITE piggybackRead=false
> dl=null localReadPatienceMs=null allowFailover=true} | [ 0.000]
> Starting session=Child log session {key="orkut_Gadget\000" replica=B}
> forceCurrent=true | [ 0.000] SEND [#0] B.isUpToDate() | [ 0.000]
> Transitioning from=INIT to=COORDINATING | 1 unfired callbacks: 0
> Trace: :REPLICATION_ERROR:megastore=/megastore/global/
> gadgets.krakendb,schema=FeedStore,table=Feeds,
>
> Thanks,
> Sharada
>
> On May 1, 6:05 am, "Arne Roomann-Kurrik" <[EMAIL PROTECTED]>
> wrote:
>
>
>
> > Hi,
>
> >    This is likely a temporary error.  Can you try resubmitting?  Please post
> > here again if you continue getting this error.
>
> > ~Arne
>
> > On Wed, Apr 30, 2008 at 2:00 PM, Toquinho <[EMAIL PROTECTED]> wrote:
>
> > > Hi !
>
> > > We submited the following aplication:
>
> > >http://hosting.gmodules.com/ig/gadgets/file/102049169811043770636/neg...
>
> > > in  http://sandbox.orkut.com/AppDirectorySubmit.aspx
>
> > > The return message:
>
> > > --
>
> > > com.google.storage.megastore.impl.MegastoreExceptionFactory
> > > $MegastoreExceptionImpl: Deadline exceeded in future. Trace:
> > > +--- | Started
> > > 0.000 after root (absolute time 1209587598.144 seconds) | [ 0.000]
> > > CoordinatedLog.init replica=A params= {op=WRITE piggybackRead=false
> > > dl=null localReadPatienceMs=null allowFailover=true} | [ 0.000]
> > > Starting session=Child log session {key="\370," replica=A}
> > > forceCurrent=true | [ 0.000] SEND [#0] A.isUpToDate() | [ 0.000]
> > > Transitioning from=INIT to=COORDINATING | [ 0.003] CB [#0]
> > > A.isUpToDate => (up-to-date: false, pos: -1) | [ 0.003] SEND [#1]
> > > A.queryLog(piggybackReadRequest=null, logPos=null, dl=10.004) |
> > > [ 0.004] SEND [#2] B.queryLog(piggybackReadRequest=null, logPos=null,
> > > dl=10.004) | [ 0.004] SEND [#3] C.queryLog(piggybackReadRequest=null,
> > > logPos=null, dl=10.004) | [ 0.004] Transitioning from=COORDINATING
> > > to=READ_MAJORITY | [ 0.005] CB [#1] A.queryLog => (appliedPos: -1,
> > > app... [0] | [ 0.008] CB [#3] C.queryLog => (appliedPos: -1, app...
> > > [0] | [ 0.009] SEND [#4] A.validate(?=-1) | [ 0.009] Transitioning
> > > from=READ_MAJORITY to=PIGGY | [ 0.009] Transitioning from=PIGGY
> > > to=DONE | [ 0.010] CB [#4] A.validate => null | [ 0.121] CB [#2]
> > > B.queryLog => (appliedPos: -1, app... [0] | Strings: | 0: (appliedPos:
> > > -1, appliedTime: 0, nextLeader: A, lastMustRoll: -1, LWM:
> > > {A=(low=-1,high=-1), B=(low=-1,high=-1)}, logEntry: null, piggyRead:
> > > null) +--- |
> > > Started 0.014 after root (absolute time 1209587598.158 seconds) |
> > > [ 0.000] CoordinatedLog.write replica=A | [ 0.000] Constructed
> > > proposer Proposer {localReplica=A id=20 logPos=0}
> > > timestamp=1209587598153001 syncApply=[A] syncLearn=[] | [ 0.001]
> > > Transitioning from=Init to=AcceptLdr | [ 0.001] SEND [#0]
> > > A.accept(logPos=0, proposal=Proposal {#(0, 0), n... [0],
> > > mustRollForward=false, logState=(PS: Not ReadyToAppl... [1], dl=1.001)
> > > | [ 0.008] CB [#0] A.accept => (OK, PrevPromise: nu... [2] | [ 0.008]
> > > Transitioning from=AcceptLdr to=Accept | [ 0.008] SEND [#1]
> > > B.accept(logPos=0, proposal=Proposal {#(0, 0), n... [0],
> > > mustRollForward=true, logState=(PS: Not ReadyToAppl... [3], dl=9.995)
> > > | [ 0.009] SEND [#2] C.accept(logPos=0, proposal=Proposal {#(0, 0),
> > > n... [0], mustRollForward=true, logState=(PS: Not ReadyToAppl... [3],
> > > dl=9.994) | [ 0.018] CB [#2] C.

[OpenSocial] orkut app directory submission error

2008-05-19 Thread sunnydiv

error received

There was a problem submitting your application.
com.google.storage.megastore.impl.MegastoreExceptionFactory
$MegastoreExceptionImpl: Deadline exceeded in future. Trace:
+--- | Started
0.000 after root (absolute time 1211219105.589 seconds) | [ 0.000]
CoordinatedLog.init replica=B params= {op=WRITE piggybackRead=false
dl=null localReadPatienceMs=null allowFailover=true} | [ 0.000]
Starting session=Child log session {key="orkut_Gadget\000" replica=B}
forceCurrent=true | [ 0.000] SEND [#0] B.isUpToDate() | [ 0.000]
Transitioning from=INIT to=COORDINATING | 1 unfired callbacks: 0
Trace: :REPLICATION_ERROR:megastore=/megastore/global/
gadgets.krakendb,schema=FeedStore,table=Feeds,


while submitting
http://www.dotcomdhanda.com/opensocial/compare/compare.xml

on
http://www.orkut.com/AppDirectorySubmit.aspx
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~--~~~~--~~--~--~---



[OpenSocial] Re: How to delete persistent data?

2008-05-19 Thread Anthony Lai

>From what discussed in the OS API v0.8 spec, there will be a specific
way to delete data, rather than relying on setting values to null.

On May 13, 6:10 am, "justin kruger" <[EMAIL PROTECTED]> wrote:
> this article explains it really well, so well, i feel like its a
> hidden gem on the site that deserves more attention.
>
> http://code.google.com/apis/opensocial/articles/persistence.html#pers...
>
>
>
> On Tue, May 13, 2008 at 7:53 AM, peps <[EMAIL PROTECTED]> wrote:
>
> >  Ok thank you, but I'm not completely sure I understand what you mean.
> >  I made it like this and it doesn't seem to work:
>
> > req.add(req.newUpdatePersonAppDataRequest("VIEWER", "AppField1",
> >  null)); // tried also "null"
>
> > req.add(req.newUpdatePersonAppDataRequest("VIEWER", "AppField1",
> >  data1));
>
> >  -P
>
> >  On 13 touko, 15:22, "justin kruger" <[EMAIL PROTECTED]> wrote:
> >  > you have to set it to null, on an update.  they admit its weird in the
> >  > documentation, but that is how we do it for now.
>
> > > On Tue, May 13, 2008 at 7:16 AM, peps <[EMAIL PROTECTED]> wrote:
>
> >  > >  Hi,
>
> >  > >  Couldn't find a list of methods. So, the problem is that I need to
> >  > >  delete or edit a value that I saved like this:
> >  > >  req.add(req.newUpdatePersonAppDataRequest("VIEWER", "AppField1",
> >  > >  data1));
>
> >  > >  Could someone please help me to do this? Something like
> >  > >  newDeletePersonAppDataRequest or something like that I guess..
>
> >  > >  Thank you!
> >  > >  -P
>
> >  > --
> >  > --
> >  > Justin Krugerhttp://jDavid.net
> >  > [EMAIL PROTECTED]
>
> >  > "If you are successful, it is because somewhere, sometime, someone
> >  > gave you a life or an idea that started you in the right direction.
> >  > Remember also that you are indebted to life until you help some less
> >  > fortunate person, just as you were helped." --Melinda Gates
>
> --
> --
> Justin Krugerhttp://jDavid.net
> [EMAIL PROTECTED]
>
> "If you are successful, it is because somewhere, sometime, someone
> gave you a life or an idea that started you in the right direction.
> Remember also that you are indebted to life until you help some less
> fortunate person, just as you were helped." --Melinda Gates
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~--~~~~--~~--~--~---



[OpenSocial] Feedback appreciated

2008-05-19 Thread Vijay Gaur
Hi,
  I would appreciate if my fellow developers could add LimeAll's application
http://sandbox.orkut.com/Application.aspx?appId=161692218945 and provide me
the feedback.

I would be more than willing to do the same.

Regards,
Vijay

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~--~~~~--~~--~--~---



[OpenSocial] OpenSocial: FotoFlexer

2008-05-19 Thread coe15

Im new here, just want to ask about OpenSocial security measure. Here
it goes, I just want to put the FotoFlexer API in my site, is
OpenSocial implementation can give security in my site as I put
FotoFlexer API? Is the OpenSocial App like FotoFlexer can access
through my server?
Can you give me some coding for that? Please help me... Thanks a lot
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 opensocial-api@googlegroups.com
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
-~--~~~~--~~--~--~---



[OpenSocial] Re: orkut app directory submission error

2008-05-19 Thread sunnydiv

working now,

if you face the same error, just take a break and try again

On May 19, 10:47 pm, sunnydiv <[EMAIL PROTECTED]> wrote:
> error received
>
> There was a problem submitting your application.
> com.google.storage.megastore.impl.MegastoreExceptionFactory
> $MegastoreExceptionImpl: Deadline exceeded in future. Trace:
> +--- | Started
> 0.000 after root (absolute time 1211219105.589 seconds) | [ 0.000]
> CoordinatedLog.init replica=B params= {op=WRITE piggybackRead=false
> dl=null localReadPatienceMs=null allowFailover=true} | [ 0.000]
> Starting session=Child log session {key="orkut_Gadget\000" replica=B}
> forceCurrent=true | [ 0.000] SEND [#0] B.isUpToDate() | [ 0.000]
> Transitioning from=INIT to=COORDINATING | 1 unfired callbacks: 0
> Trace: :REPLICATION_ERROR:megastore=/megastore/global/
> gadgets.krakendb,schema=FeedStore,table=Feeds,
>
> while submittinghttp://www.dotcomdhanda.com/opensocial/compare/compare.xml
>
> onhttp://www.orkut.com/AppDirectorySubmit.aspx
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~--~~~~--~~--~--~---



[OpenSocial] Re: Error in http://sandbox.orkut.com/AppDirectorySubmit.aspx.

2008-05-19 Thread sunnydiv

working now,

if you face the same error, just take a break and try again


On May 19, 10:34 pm, sunnydiv <[EMAIL PROTECTED]> wrote:
> same error here, help requested
>
> There was a problem submitting your application.
>
> com.google.storage.megastore.impl.MegastoreExceptionFactory
> $MegastoreExceptionImpl: Deadline exceeded in future. Trace:
> +--- | Started
> 0.000 after root (absolute time 1211218438.282 seconds) | [ 0.000]
> CoordinatedLog.init replica=B params= {op=WRITE piggybackRead=false
> dl=null localReadPatienceMs=null allowFailover=true} | [ 0.001]
> Starting session=Child log session {key="orkut_Gadget\000" replica=B}
> forceCurrent=true | [ 0.001] SEND [#0] B.isUpToDate() | [ 0.001]
> Transitioning from=INIT to=COORDINATING | 1 unfired callbacks: 0
> Trace: :REPLICATION_ERROR:megastore=/megastore/global/
> gadgets.krakendb,schema=FeedStore,table=Feeds,
>
> On May 19, 11:26 am, Sharada <[EMAIL PROTECTED]> wrote:
>
>
>
> > We are also facing the same problem.
>
> > While trying to submit the following application:
>
> >http://www.indiadekha.com/orkut/Brazil_App.xml
>
> > we get the following error message:
>
> > There was a problem submitting your application.
>
> > com.google.storage.megastore.impl.MegastoreExceptionFactory
> > $MegastoreExceptionImpl: Deadline exceeded in future. Trace:
> > +--- | Started
> > 0.000 after root (absolute time 1211178133.477 seconds) | [ 0.000]
> > CoordinatedLog.init replica=B params= {op=WRITE piggybackRead=false
> > dl=null localReadPatienceMs=null allowFailover=true} | [ 0.000]
> > Starting session=Child log session {key="orkut_Gadget\000" replica=B}
> > forceCurrent=true | [ 0.000] SEND [#0] B.isUpToDate() | [ 0.000]
> > Transitioning from=INIT to=COORDINATING | 1 unfired callbacks: 0
> > Trace: :REPLICATION_ERROR:megastore=/megastore/global/
> > gadgets.krakendb,schema=FeedStore,table=Feeds,
>
> > Thanks,
> > Sharada
>
> > On May 1, 6:05 am, "Arne Roomann-Kurrik" <[EMAIL PROTECTED]>
> > wrote:
>
> > > Hi,
>
> > >    This is likely a temporary error.  Can you try resubmitting?  Please 
> > > post
> > > here again if you continue getting this error.
>
> > > ~Arne
>
> > > On Wed, Apr 30, 2008 at 2:00 PM, Toquinho <[EMAIL PROTECTED]> wrote:
>
> > > > Hi !
>
> > > > We submited the following aplication:
>
> > > >http://hosting.gmodules.com/ig/gadgets/file/102049169811043770636/neg...
>
> > > > in  http://sandbox.orkut.com/AppDirectorySubmit.aspx
>
> > > > The return message:
>
> > > > --
>
> > > > com.google.storage.megastore.impl.MegastoreExceptionFactory
> > > > $MegastoreExceptionImpl: Deadline exceeded in future. Trace:
> > > > +--- | Started
> > > > 0.000 after root (absolute time 1209587598.144 seconds) | [ 0.000]
> > > > CoordinatedLog.init replica=A params= {op=WRITE piggybackRead=false
> > > > dl=null localReadPatienceMs=null allowFailover=true} | [ 0.000]
> > > > Starting session=Child log session {key="\370," replica=A}
> > > > forceCurrent=true | [ 0.000] SEND [#0] A.isUpToDate() | [ 0.000]
> > > > Transitioning from=INIT to=COORDINATING | [ 0.003] CB [#0]
> > > > A.isUpToDate => (up-to-date: false, pos: -1) | [ 0.003] SEND [#1]
> > > > A.queryLog(piggybackReadRequest=null, logPos=null, dl=10.004) |
> > > > [ 0.004] SEND [#2] B.queryLog(piggybackReadRequest=null, logPos=null,
> > > > dl=10.004) | [ 0.004] SEND [#3] C.queryLog(piggybackReadRequest=null,
> > > > logPos=null, dl=10.004) | [ 0.004] Transitioning from=COORDINATING
> > > > to=READ_MAJORITY | [ 0.005] CB [#1] A.queryLog => (appliedPos: -1,
> > > > app... [0] | [ 0.008] CB [#3] C.queryLog => (appliedPos: -1, app...
> > > > [0] | [ 0.009] SEND [#4] A.validate(?=-1) | [ 0.009] Transitioning
> > > > from=READ_MAJORITY to=PIGGY | [ 0.009] Transitioning from=PIGGY
> > > > to=DONE | [ 0.010] CB [#4] A.validate => null | [ 0.121] CB [#2]
> > > > B.queryLog => (appliedPos: -1, app... [0] | Strings: | 0: (appliedPos:
> > > > -1, appliedTime: 0, nextLeader: A, lastMustRoll: -1, LWM:
> > > > {A=(low=-1,high=-1), B=(low=-1,high=-1)}, logEntry: null, piggyRead:
> > > > null) +--- |
> > > > Started 0.014 after root (absolute time 1209587598.158 seconds) |
> > > > [ 0.000] CoordinatedLog.write replica=A | [ 0.000] Constructed
> > > > proposer Proposer {localReplica=A id=20 logPos=0}
> > > > timestamp=1209587598153001 syncApply=[A] syncLearn=[] | [ 0.001]
> > > > Transitioning from=Init to=AcceptLdr | [ 0.001] SEND [#0]
> > > > A.accept(logPos=0, proposal=Proposal {#(0, 0), n... [0],
> > > > mustRollForward=false, logState=(PS: Not ReadyToAppl... [1], dl=1.001)
> > > > | [ 0.008] CB [#0] A.accept => (OK, PrevPromise: nu... [2] | [ 0.008]
> > > > Transitioning from=AcceptLdr to=Accept | [ 0.008] SEND [#1]
> > > > B.accept(logPos=0, p

[OpenSocial] Picture comments

2008-05-19 Thread hussy

So i don't know if this is the place to mention this or not, BUT...
Let me just say that i LOVE the fact that people can now leave
comments on your photos ...However, it would be really helpful if
there were some kind of message/alert system to let the profile owner
when new comments are added on what pictures.
I don't want to have to scroll through each and every picture of mine
(i've got a lot) to see if anyone has left a comment recently.
An update manager would be greatly appreciated!

Thanks!
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~--~~~~--~~--~--~---