com.google.code.facebookapi
Interface IFeedImage
- All Superinterfaces:
- IPair<java.lang.Object,java.net.URL>
- All Known Implementing Classes:
- FeedFacebookPhoto, FeedImage, FeedUserPhoto
public interface IFeedImage
- extends IPair<java.lang.Object,java.net.URL>
Interface for an image that appears in a newsfeed/minifeed story and the destination URL for a click on that image.
- See Also:
IFacebookRestClient,
FacebookRestClient#handleFeedImages
|
Method Summary |
java.lang.String |
getImageUrlString()
The image "url" can be either:
a URL linking to an image: this image will be be shrunk to fit within 75x75, cached, and formatted by Facebook. |
java.net.URL |
getLinkUrl()
|
getImageUrlString
java.lang.String getImageUrlString()
- The image "url" can be either:
- a URL linking to an image: this image will be be shrunk to fit within 75x75, cached, and formatted by Facebook.
- a Facebook photo ID
- Returns:
- the String representation of the feed image URL
getLinkUrl
java.net.URL getLinkUrl()
- Returns:
- the URL to which the feed image should link
Copyright © 2010. All Rights Reserved.