Closed kashiftufail closed 11 years ago
How i can search public comments, private comments and group comments of any user?
user = FbGraph::User.me(token_facebook) user = FbGraph::User.fetch('kashif.tufail17', :access_token => token_facebook ) user_feed = user.feed
now from user_feed how get private ,public and group comment.
Also how can i parse this hash for show comments?
Thanks
Hum, I don't now any APIs to fetching comments of a specific user. Through Graph API, you can only fetch comments on a specific post, I think.
How i can search public comments, private comments and group comments of any user?
now from user_feed how get private ,public and group comment.
Also how can i parse this hash for show comments?
Thanks