I use Koala to post a post with a link in a Facebook group
@graph = Koala::Facebook::API.new(access_token) @graph.put_connections(group_id, "feed", { :message => post_message, :picture => backdrop, :link => url })
I get this message

Instead I have to do it

php facebook facebook-graph-api koala
sparkle
source share