I am able to like a public facebook post made by my friend using graph api as long as we are friends on facebook. I unfriended him and then tried the same thing but it wouldn't work.
Permissions obtained : publish_stream,read_stream,publish_actions,read_mailbox
To like the post I used "POST /POST_ID/likes?access_token=SECRECTACCESSTOKEN"
I use apigee.com to test .
Is it not possible to like a public status or post using graph api ?
I did try to like the post as a normal user through facebook. It worked fine.
What am I doing wrong?
Thanks in advance ! :)
The response I get when I'm friends with the user : True
The response I get when I'm not friends with the user :
{ "error": { "message": "(#200) Permissions error", "type": "OAuthException", "code": 200 } }