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


Reply With Quote