nov / fb_graph

This gem doesn't support FB Graph API v2.0+. Please use fb_graph2 gem instead.
MIT License
1.04k stars 191 forks source link

How i can get comments #293

Closed kashiftufail closed 11 years ago

kashiftufail commented 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

nov commented 11 years ago

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.