I can post to a Facebook user's feed with:
Code:
FacebookTemplate.feedOperations().postLink("userid", "wow, look at this link",
    new FacebookLink("http://example.com", "an example link", "don't worry, just example", "description"));
But the graph api allows for source and picture parameters. How do I add them for a post?