I´m using API Grapgh Facebook trying to Post in the Wall of a {User-id}.
I use this:
POST /v2.3/{user-id}/feed HTTP/1.1 Host: graph.facebook.com
message=This+is+a+test+message
with the token for the application.
It returns "(#200) The user hasn't authorized the application to perform this action" but the user-id has permission "publish_actions".
I don't know why I have not permission