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

realtime #373

Closed ikaiser closed 10 years ago

ikaiser commented 10 years ago

Hi all i have an issue, after subscribe realtime update i receive this POST params:

example:

{"object"=>"user", "entry"=>[{"uid"=>"1364644657", "id"=>"1364644657", "time"=>1413368169, "changed_fields"=>["feed"]}

but I do not know what has changed, how can I figure out what has changed to update ?? example increase like or comment or a new post

thanks.

nov commented 10 years ago

FB doesn't tell the diff itself. You need to detect it by yourself.