My iOS application already posts on walls, gets users inbox, online presence, and more. But I am trying to send private messages to Facebook friends from my app.
I read that Facebook does not allow to sending messages to prevent spam, but I have seen this feature in other apps.
I read about the Facebook Chat API, but there is no documentation for iOS. Does anyone know how to use the Facebook Chat API?
From more reading, I found that if I add my app to the Facebook whitelist, then I my app can send private messages.
How I can add my app to whitelist? Once I get it on whitelist, where can I find documentation to send private messages through iOS?