I'm using Graph API to get posts that a user is tagged in, and then issuing a like on the posts by POST
ing to [post_id]/likes
. However, even though the post obviously exists, because I was able to retrieve the post_id
, when issuing the like, the following error is encountered:
(#100) Error finding the requested story
I find that this seems to affect only posts with post_id
in the format of [user_id]_[post_id]
.
Is this a known bug or is there a workaround?
an old question but might help someone. For me the issue was that if the post privacy is public then you can access in the way you doing and it works fine, but if the privacy has some custom setting then you will get the above mentioned error. The fix that worked for me was to get the permission "read_stream" from the user, if user gives you this permission than you can use the post in similar way as you are doing (i.e. [post_id]/likes )
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With