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.

I'm pretty new to Facebook development and am trying to wrap my head around the what you do and don't have access to. I've done some searching through the forums and the googles but haven't found much on getting historical data.

I would like to access two things from an 'authenticated' user: 1) Is a history of relationship status' of their immediate friends. - It doesn't look like Facebook gives out past information, but thought I would put it out there.

2) Once you have user authenticated are you able to access their friends likes/dislikes, interests?

Thanks for all the help in advance its much appreciated!

Jason

share|improve this question

1 Answer

up vote 1 down vote accepted

Facebook friend history is not available. Only current list of friends is, and there is no date available as to when they became freinds. You can get a lot of information about friends by asking for extended permissions such as friends_likes, friends_interests, etc.

share|improve this answer
Thanks a lot for the info OffBySome. Would be nice if it were available though. – JJImagery Sep 20 '11 at 10: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.