[Tickets #7939] Re: Central content reporting system
bugs at horde.org
bugs at horde.org
Fri Mar 13 09:02:24 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7939
------------------------------------------------------------------------------
Ticket | 7939
Updated By | Duck <duck at obala.net>
Summary | Central content reporting system
Queue | Horde Framework Packages
Version | Git master
Type | Enhancement
State | Accepted
Priority | 1. Low
Milestone |
Patch | 1
Owners |
------------------------------------------------------------------------------
Duck <duck at obala.net> (2009-03-13 05:02) wrote:
> This is cool, but I'm not sure that you should allow individual users
> the ability to trigger FB Notifications to all of their friends. FB
> puts a limit on the number of Notifications that the application (in
> this case, your Horde install) can send in one day for each user.
> That can easily be hit if a user sends all of his/her friends one or
> two notifications. Per FB's docs, if the number of recipients in the
> notification.send method is more then the allocation, only the first
> x friends are sent the message. If you want to use notifications for
> this, I would suggest first checking the allocation left for the user
> before attempting to send, and/or even display the number of
> notifications that are available. (This value is changed by FB
> depending on several factors regarding your application usage, number
> of users etc...)
>
> Another option is to use something like Feed.publishUserAction
> (http://wiki.developers.facebook.com/index.php/Feed.publishUserAction) to
> put a "one line story" on the current user's Wall/Feed which would
> then show up on that user's friends' Live Feed as well. It could
> even be (optionally) triggered on an action like adding a new image,
> gallery, video, whatever. It's even possible to post a <img> tag in
> some of those stories etc....
I agree, publishing content can go in to feeds. But even they, are
limited up to 10 per user per day. And not all notifications are about
content.
Probably ti will be better to have two FB implementations. One to be
trigged by application (ex to add a feed entry when adding content )
and one to notify users (example to return a disposition notification).
To reduce the number of external messages we can even make an
crossover check to see if local friends are even FB friends (probably
mostly). So a user is not notified remotely if can be locally (my mail
or with Letter).
More information about the bugs
mailing list