Railsサイトを作成していて、Facebookとやり取りして、このチュートリアルを見たページから写真を取得したいのですが、友達だけが表示 されますhttps://github.com/arsduo/koala/ この手順を実行しました
@graph = Koala::Facebook::API.new(oauth_access_token)
profile = @graph.get_object("me")
friends = @graph.get_connections("me", "friends")
@graph.put_connections("me", "feed", :message => "I am writing on my wall!")
今の問題は、コアラの宝石を使ってFacebookページから写真を取得するにはどうすればよいですか?