User:Marlon/API: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "'''API plan''' Marlon Harder & Marlon Harder <div style="width:700px"> thumb|320px|Marlon Harder's profile picture on Facebook '''Goal''' I have a frie...")
 
(Replaced content with "'''API plan'''")
 
Line 1: Line 1:
'''API plan'''
'''API plan'''
Marlon Harder & Marlon Harder
<div style="width:700px">
[[Image:Marlon2.png|thumb|320px|Marlon Harder's profile picture on Facebook]]
'''Goal'''
I have a friend on Facebook called Marlon Harder. I don't really know him. Who is he? What else, besides our name, do we have in common? Can Facebook tell me more about him (by looking at his friends, events, etc) And is there a way to use/visualise that information?
'''How?'''
Use Facebook Open Graph API? Maybe by extracting information from both FB pages and comparing them on/via a different website.
  "id": "100000462426050",
  "name": "Marlon Harder",
  "first_name": "Marlon",
  "last_name": "Harder",
  "username": "marlon.harder",
  "gender": "female",
  "locale": "en_US"
  "id": "546851033",
  "name": "Marlon Harder",
  "first_name": "Marlon",
  "last_name": "Harder",
  "username": "marlon.harder.9",
  "gender": "male",
  "locale": "en_GB"
'''Some interesting things from web:'''
Facebook's Graph API allows websites to draw information about more objects than simply people, including photos, events, and pages, and their relationships between each other. This expands the social graph concept to more than just relationships between individuals and instead applies it to virtual non-human objects between individuals, as well.
Since explaining the concept of the social graph, Mark Zuckerberg, founder of Facebook, has often touted Facebook's goal of offering the website's social graph to other websites so that a user's relationships can be made aware and put to use on websites outside of Facebook's control. [http://en.wikipedia.org/wiki/Social_graph]
http://www.weknowwhatyouredoing.com/
</div>

Latest revision as of 12:27, 22 October 2012

API plan