FileDocCategorySizeDatePackage
IFeedImage.javaAPI DocGoogle Facebook API v1.5779Sun Nov 11 16:51:58 GMT 2007com.facebook.api

IFeedImage

public interface IFeedImage implements IPair
Interface for an image that appears in a newsfeed/minifeed story and the destination URL for a click on that image.
see
IFacebookRestClient
see
FacebookRestClient#handleFeedImages

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetImageUrlString()
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

return
the String representation of the feed image URL

public java.net.URLgetLinkUrl()

return
the URL to which the feed image should link