php - Messages marked as spam by Facebook Chat API -


i'm developing smartphone application allows user login facebook , send message friends using facebook chat api.

to achieve send facebook access token server , use in php send message on user behalf using facebook api xmpp_login permission user granted.

the process works , message sent , received correctly. when conversation reopened messages not shown anymore instead text telling "this message no longer available because identified abusive or marked spam" shown.

somebody me in finding out why that's happening? tried create facebook app test out if reason app added spam list that's doesn't seem case since new 1 behaviour same.

thanks help!

change sandbox mode off in app! had same problem , worked me.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -