mediapop / django-friendface

Getting Facebook to work for Django.
2 stars 0 forks source link

Implement the notification API. #29

Open kitsunde opened 11 years ago

kitsunde commented 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.

gaqzi commented 11 years ago

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