I want to post multiple pictures to my facebook group with Koala#put_connection or more specific methods like #put_picture. Example of single picture posting:
graph = Koala::Facebook::API.new(token)
graph.put_picture("picture_url", {:message => "Message"}, "my_group_id")
Could anyone has an idea? Thanks