I’m making a party planner application. I’d like to send a reminder to users (who are in a certain party_id group) that their party is starting tonight
For example I’d like to send this message to everyone in the group:
“Hey don’t forget about the party at Paul’s house tonight at 9PM!”
What is the best way to send out reminders to users when a party is going to start? This would be done in an automated fashion, server running a cron job ever so often checking for new reminders to send out
If I were you I would do two types of notifications:
be to send the user a Facebook application request.
The apprequest will show a notification next to your application name and it will also show on the top navigation panel as a notification from your application. Once the user click on that notification and comes to your application, you will have to read the notifications that user has and properly determine what to show them and then delete the notification.
Check out : http://developers.facebook.com/docs/channels