Reputation: 302
I am developing a Facebook application. It must notify random people on Facebook about a certain event that happens related to them. I mean random people - not just those who installed the app, that's a key point.
Yeah I know it sounds like a spammy annoying application, but I swear, it's not that kind that everyone hates. :)
Is there a way to send anything (wall post? message?) to a user that did not previously installed the app?
Upvotes: 0
Views: 5839
Reputation: 1499
It is possible through request dialog api: http://developers.facebook.com/docs/reference/dialogs/requests/
Upvotes: 0
Reputation: 13427
It is possible, but only if you direct the acting user to the send message URL in a new window. If you are talking about an automated way, it is not technically possible at the moment.
Upvotes: 0
Reputation: 382806
No, that's not possible as per facebook's privacy policy. There should be some sort of connection like friendship/application user to do this.
Upvotes: 2