Open kitsunde opened 11 years ago
https://developers.facebook.com/docs/app-notifications/
It should probably be on the FacebookUser model. But it's entirely possible that we would want to put it on the FacebookApplication to send mass-notifications.
FacebookUser
FacebookApplication
This should already be fixed with the NTUC GOOO changes way back when. https://github.com/mediapop/django-friendface/blob/master/friendface/models.py#L103
https://developers.facebook.com/docs/app-notifications/
It should probably be on the
FacebookUser
model. But it's entirely possible that we would want to put it on theFacebookApplication
to send mass-notifications.