api - Create Social Graph Dataset From Facebook -
i doing project @ college , want build social graph facebook.
i want connections between users (friendship) can build graph. read facebook api documentation, understanding doesn't allow fetch friends' friends, meaning i'm stuck @ first depth.
does have suggestions on how overcome this?
without using crawler, against tos, not possible.
you use first depth make first degree connection graph based on mutual friends within friend network.
/userid1/friends/userid2
it easier center project around twitter's data.
Comments
Post a Comment