Using graph-api/fql, How do I get the post/comment that caused a notification?

You can call the REST API notifications. GetList https://developers.facebook. Com/docs/reference/rest/notifications.

GetList You do not need any permissions beyond the basic This will return data including, object_id and object_type If object_type is "stream" you can query the stream table with the post_id field set to the object_id from the notifications. GetList query. You can get the comments from the stream table Example snippet of notifications.

GetList response: notifications list="true"> . . 12345678_1001251985851 stream

.

You can call the REST API notifications. GetList - https://developers.facebook. Com/docs/reference/rest/notifications.

GetList/ You do not need any permissions beyond the basic. This will return data including, object_id and object_type. If object_type is "stream" you can query the stream table with the post_id field set to the object_id from the notifications.

GetList query. You can get the comments from the stream table. Example snippet of notifications.

GetList response: . . 12345678_1001251985851 stream

Your follow-on query: SELECT comments FROM stream WHERE post_id='12345678_1001251985851.

Looks good - no longer need it though. Thanks for the answer! – Shahar Prish Jul 29 at 15:36.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions