I am trying to publish actions to a user\'s wall using the Open Graph API.
I requested the \'publish_actions\' permission, enabled the \'Enhanced Auth Dialog\', my role
Probably $app_id is not the id of user owning the access_token.
$app_id
access_token
You better use /me/liveluvcreate:viewabc just to be sure you publishing action to user owning access_token and who have publish_actions granted to your app.
/me/liveluvcreate:viewabc
publish_actions
$facebook->api('/me/liveluvcreate:viewabc', 'post', $data);