我使用的代码直接来自自述文件。
@graph = Koala::Facebook::API.new(oauth_access_token)
profile = @graph.get_object("me") // working perfectly fine..
friends = @graph.get_connections("me", "friends") // returning only my friends which are there in developer/admin list of the app.
有什么我想念的吗?
PS:应用程序尚未获得批准。