the object in the Facebook social graph are connected to each other via connections • Objects are just like entities while connections are like relationship • For example, users, pages and groups are objects and likes, friends and feeds are connections
token should be transferred as a HTTP GET variable • More information: developers.facebook.com/docs/reference/ api/ http://graph.facebook.com/littleq0903?access_token=...
implemented with an access token • And the perspective of the graph will be different my_profile = graph.get_object(“me”) graph = GraphAPI(ACCESS_TOKEN)