Facebook Comment API -
according these docs: https://developers.facebook.com/blog/post/2013/04/03/new-apis-for-comment-replies/ , https://developers.facebook.com/docs/reference/api/comment/, should able comments of post {object_i}/comments
, replies {comment_id}/commnets
.
the former works, latter not.
for example: http://graph.facebook.com/10151655724337952/comments, not http://graph.facebook.com/10151655724337952_10460030/comments.
object http://graph.facebook.com/10151655724337952_10460030 fine.
original post: https://www.facebook.com/photo.php?fbid=10151655724337952&set=a.114456157951.118433.8062627951&type=1.
what missing?
the {comment_id}/comments
connection needs valid access token. it's weird (since parent comment didn't need it) if supply access token can retrieve response.
most 1 more of these calls restricted access tokens defined documentation. happens few other connections , ends being contradiction either in documentation or api response.
(i'll leave facebook bug team figure out @_@)
Comments
Post a Comment