I have a facebook app and I have publish_actions
allowed for the users registered.
I have created a facebook post on some test wall: https://www.facebook.com/permalink.php?story_fbid=189793004799930&id=100013076942056
I took the object id: 189793004799930
and made a request with a user access token to post a like on his name according to this api reference: https://developers.facebook.com/docs/graph-api/reference/v2.8/object/likes
I am getting the error: "invalid_request" "(#12) singular statuses API is deprecated for versions v2.4 and higher
.
If I take the user id and the post id (100013076942056_189793004799930) as mentioned here: How should we retrieve an individual post now that /[post-id] is deprecated in v2.4?
I get the error: invalid_request" "(#100) Story does not exist or user does not have permission to interact with it
even though i have permissions
Update
this is the permissions I have for the user: This is the scope I ask publish_actions,email
, is this suitable with user posts? or page posts?