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.

After reading extensively FB's documentation for graph-api and FQL I still can't find a way of obtaining my friends' life events (e.g. graduation date, anniversary, new home, etc).

The only event explicitly available in their documentation are birthdays (which is quite obvious).

I'm almost certain that it is possible to do the above because the IPhone App "Karma" (http://itunes.apple.com/us/app/karma/id457143798?mt=8) provides automatically that information after logging with FB (rulling out options such as crawling my friends wall, which would also be very unlikely due to FB's permissions)

Any ideas? Possible FQL selectors that are not being documented?

Thanks!

EDIT: Note that Karma's Android app does not provide life events.

share|improve this question

1 Answer

Most of the changes to a user’s personal info (education, work, hometown, relationship status) just generate a “normal” status update message – AFAIK there’s no distinction made between those and other manual status updates.

So I’d say an app wanting to display that kind of info would have to go through the user’s status messages and filter out the ones it thinks to be relevant itself by looking at the story text.

share|improve this answer
Thanks for the answer, but life events are not recorded as status updates, and again, i´m pretty sure Karma does not crawl FB. – istern Aug 8 '12 at 16:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.