how to resolve
"Facebook Platform" "invalid_request" "(#100) Parameter error: You cannot send messages to this id"
Do you have any idea ??
I try send a POST using NET and the parameters is
https://graph.facebook.com/v2.6/{my_page}/messages?access_token={my acces token} and body request I set a message text and recipient id in Json form
the id I get for app in the web, is id of a friend but An interaction was already made
What is missing ?