Happstack.Facebook.Notifications
- data Get = Get
- data Send = Send {}
- data NotificationType
- = UserToUser
- | AppToUser
- data SendNS = SendNS {
- to_idsNS :: [User]
- notificationNS :: String
Notifications
Notifications.get
Constructors
| Get |
Notifications.send
Constructors
| Send | |
Fields
| |
data NotificationType Source
Constructors
| UserToUser | |
| AppToUser |