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

TODO: Comment Reply API #308

Closed nov closed 11 years ago

nov commented 11 years ago

https://developers.facebook.com/blog/post/2013/04/03/new-apis-for-comment-replies/

alessani commented 11 years ago

Hi @nov, any plan to implement this feature? If you are not scheduling it I can think to fork the gem and add the feature pretty soon.

Please let me know, Matteo

nov commented 11 years ago

I don't have any plan for fb_graph updates now.. Pull requests are always welcome!

On Apr 29, 2013, at 6:58 PM, Matteo Alessani notifications@github.com wrote:

Hi @nov, any plan to implement this feature? If you are not scheduling it I can think to fork the gem and add the feature pretty soon.

Please let me know, Matteo

$B!=(B Reply to this email directly or view it on GitHub.

alessani commented 11 years ago

We can get replies without changing the gem. To retrieve replies we can pass to the comments method this option: filter: 'stream'

To get also the id of the parent to which the reply refers:

{filter: 'stream', fields: 'id,message,from,user_likes,parent.fields(id)'}

tmlee commented 11 years ago

Planning to work on an implementation for this. It seems that the spec mocks have been extracted into a separate gem, https://github.com/nov/fb_graph-mock?

nov commented 11 years ago

right.

nov

On Jun 15, 2013, at 4:38 PM, TM Lee notifications@github.com wrote:

Planning to work on an implementation for this. It seems that the spec mocks have been extracted into a separate gem, https://github.com/nov/fb_graph-mock?

\ Reply to this email directly or view it on GitHub.

nov commented 11 years ago

Thanks to @tmlee, this TODO is done :)