Changes between Version 11 and Version 12 of Viral

Show
Ignore:
Timestamp:
04/23/08 18:40:55 (19 months ago)
Author:
https://me.yahoo.com/a/f3cw2od8t.npjqaeuxvuop3puisj#6f990 (IP: 10.100.10.112)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Viral

    v11 v12  
    88 1. [wiki:Viral/#E-mailmessages E-mail Messages] 
    99 1. [wiki:Viral/#FriendUpdates Friend Updates] 
     10 
     11hi5 implements limits for the number of messages sent on each viral channel, to control abusive applications. These limits are subject to change. They are set differently for each application based on how engaged users are with the messages sent by the application via each viral channel and how much negative feedback that application receives from its users.  
    1012 
    1113---- 
     
    3234== Notifications == 
    3335 
    34 Notifications appear under the “Requests” header, on the top left corner of a user’s homepage. Here, all notifications are aggregated and displayed as a single number. If an application triggers a notification (e.g. “You have received a gift from John”), this will be sent to the recipient of the action. Notifications can be sent to users who have the application installed and users who don’t have the application installed as yet. Notifications will be limited to 5 per application per recipient per day, and a maximum of 100 recipients will be allowed per request. 
     36Notifications appear under the “Requests” header, on the top left corner of a user’s homepage. Here, all notifications are aggregated and displayed as a single number. If an application triggers a notification (e.g. “You have received a gift from John”), this will be sent to the recipient of the action. Notifications can be sent to users who have the application installed and users who don’t have the application installed as yet. 
     37 
     38=== Notification Limits === 
     39Notifications will be limited to a certain number per application per recipient per day, and a maximum of 100 recipients will be allowed per request.  
    3540 
    3641Notifications are sent via the OpenSocial requestSendMessage method, with TYPE=NOTIFICATION 
     
    4651var messageParams = {}; messageParams[opensocial.Message.Field.TYPE] = opensocial.Message.Type.NOTIFICATION; var message = opensocial.newMessage('Notification text', params); opensocial.requestSendMessage(opensocial.[wiki:DataRequest].Group.VIEWER_FRIENDS, message); 
    4752}}} 
    48 == E-mail messages == 
     53== E-mail Messages == 
    4954 
    5055Applications can send email messages to users as long as the user has the application installed and the user has given the application the permission to do so. Currently, the e-mail limit is 1 email message per app/user/day. The user will have the option to unsubscribe from the email message. 
Close