I am working on WPF app and I want to get news feed using FQL so that I have the appID and Token I am new to this so can anybody help me how I can get this news feed in facebook..
Thank you..!!!
Use this type of fql query:
SELECT post_id, actor_id, target_id, message FROM stream WHERE
filter_key in (SELECT filter_key FROM stream_filter WHERE uid = me() AND type = 'newsfeed')
See this links also:
Update:
To read the stream table you need:
To read the stream_filter table you need: