Monday, 9 September 2013

Get all comments made by user Facebook API

Get all comments made by user Facebook API

Is there any way to get all comments created by the user..
user_id is not indexable in comment table rather object_id...
SELECT id, text, time, fromid FROM comment WHERE
object_id='10151309718465667'
And stream table doesn't return any type:257(comment created)
SELECT type, object_id FROM stream WHERE source_id = me()
Seems there's noway to get user comments directly.

No comments:

Post a Comment