Only certain users can no longer receive notifications from my app. I was able to re-produce this with a test account but I dont know how and removing/adding the application doesn't seem to fix the problem.
This application is only being used by 4-5 testers and the number of notifications being sent to any given user is very nominal and nobody has reported them as spam.
I am using rails 2.2.2 and Facebooker.
The way I am sending notifications is via creating a new session and calling send_notification from that session.
ses = Facebooker::Session.create
ses.send_notification(fbuid, "hay there")
I don't get any errors, just simple that the user doesn't receive the notification.