私はpythonfacebookgraphapiを使用しており、access_tokenを取得した後、次のことを行います。
graph = facebook.GraphAPI(response['access_token'])
user = graph.get_object("me")
それから私は電話をかけようとしました:
graph.get_connections(self, id, connection_name, **args)
しかし、connection_nameがどこにあるかわかりません。ライブラリの例では、友達名のリストを取得するために使用される「友達」しか見つかりません。