As a user, I can subscribe to "only important" status updates from my friends. As a programmer, is there a way for me to find out which are the "important" status updates from my friends? I want to build an app that summarizes a friend's important status updates for the last year. I know I can get a list of statuses, but I couldn't find a way to determine how important Facebook deems each status to be. If this can't be done, does anyone have any ideas about other ways I could "summarize" a user's activity over a period of time to only show the significant stuff? thanks, Liz
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
importantfield to query either in the Graph or FQL table, then you're not going to be able to filter by it. I've never heard of "only important" can you point us to some documentation on it? – DMCS Jan 6 '12 at 7:40