Reputation: 71
Well, thats exactly what i would like to know. Is there any possibility to send a direct message? I came to know that facebook has deprecated sending messages to users inbox but there's gotta be way. We could ask for 'email' extended permission to email them but we wanna send to their facebook inbox only.
We would like to send special offers based on their interests. Can some one please tell me how to do this? or help me in find a way around?
Upvotes: 7
Views: 15229
Reputation: 130254
you can send a message to any user from your app, but the current logged-in
user must approve it manually:
From Facebook api > Dialogs › Send Dialog
http://developers.facebook.com/docs/reference/dialogs/send/
Upvotes: 3
Reputation: 8932
You can't do it. Any of the applications that do this 1) either have some special deal with Facebook or 2) are doing it in a way that is not sanctioned. The new way to do this is to ask for the users email and just email them directly.
Upvotes: 7