Reputation: 35
I am trying to build a Recommendation system that could use the information from facebook. Well on the process I am trying to find the similarity between a user and his friends. That way I could consider only n similar friends information as a training data set, instead of all the friends. So I would appreciate some suggestions regarding the features from facebook which could be used as measure of similarity. One such feature would be, say age. Friends within same age group would be similar.
Upvotes: 1
Views: 225
Reputation: 4150
Refer to: https://developers.facebook.com/docs/reference/api/
Refer to: https://developers.facebook.com/docs/sdks/
Refer to: https://developers.facebook.com/docs/authentication/
Refer to: "link above" & https://developers.facebook.com/docs/authentication/access-token-expiration/
Refer to: https://developers.facebook.com/docs/reference/api/user/#friends
Upvotes: 1
Reputation: 4712
Well you can use, same school/college, gender, sexual orientations, pages liked, groups... Don't know what you can access from FB API though, you might need an App or take a look at OpenGraph
Upvotes: 2