com.google.code.facebookapi.IFeedImage Maven / Gradle / Ivy
The newest version!
package com.google.code.facebookapi;
import 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 IFacebookRestClient
* @see FacebookRestClient#handleFeedImages
*/
public interface IFeedImage extends IPair