Closed nov closed 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
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.
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)'}
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?
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.
Thanks to @tmlee, this TODO is done :)
https://developers.facebook.com/blog/post/2013/04/03/new-apis-for-comment-replies/