I have a method called hostPhoto(); it basically uploads an image to a site and retrieves a link. I then have an other method to post the link to a website.
hostPhoto()
You'll probably need to take a look at callback pattern in Java.