- From: Melvin Carvalho <melvincarvalho@gmail.com>
- Date: Fri, 12 Oct 2012 23:19:36 +0200
- To: Sandeep Shetty <sandeep.shetty@gmail.com>
- Cc: Henry Story <henry.story@bblfish.net>, public-rww@w3.org
- Message-ID: <CAKaEYhLzRN4ViyZ=uE01nb04kzJyt5cRnz=8LQGDbJ39HHHSSQ@mail.gmail.com>
On 11 October 2012 21:16, Sandeep Shetty <sandeep.shetty@gmail.com> wrote: > > I might be quite interested to try out the "like" use case from any URI > to > > any URI. > > > > I know that facebook and google have a like button that is used in many > > sites, does anyone have a button that we could use to test out the > general > > case? > > I have a working open-source (alpha) implementation of Activity > Pingback at: http://pingback.converspace.com/ > > and I'm currently working on a proof of concept of activityweb.org, > specifically around "like" and should have something to demo in about > a weeks time. > > There are some interesting problems with federated likes (or any > activity for that matter). For example, unlike centralized likes, its > hard to ensure accuracy of like counts since the activities are taking > place on different websites and any problems during the activity > pingback process could mean loss of info. To mitigate this, an > activity pingback endpoint will need to implement queuing of > unsuccessful activity pingbacks and retry with an exponential delay > (like you typically would do with webhooks). Endpoints could delegate > this responsibility to open proxies (soon to be implemented at > pingback.converspace.com) to simply their own implementation (this is > the equivalent of a hub in PubSubHubbub). > > I would love to get feedback and suggestions from people on this list > on how this could be improved upon. > HI Sandeep What I've done right now is a double entry like system. So _I_ store the people who like my page. And I also store the pages I like. In order for people to be able to add the second record (which isnt strictly necessary but a nice to have) I pingback to their URI Pingback in our system is very simple, just like email. It has a to a from and a message. A couple of things I need to know: 1) How can I identify and then authenticate a user on activity web 2) Once I have added the like, how can I send a pingback message back? > > -- > Sandeep Shetty >
Received on Friday, 12 October 2012 21:20:05 UTC