Closed ikaiser closed 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.
FB doesn't tell the diff itself. You need to detect it by yourself.
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.