Creates a linked Facebook Photos photo to appear in a user's newsfeed/minifeed.
super(userId, link);
if (null == userId || null == link) {
throw new IllegalArgumentException("Both userId and linkUrl should be provided");
}
if (0 >= userId) {
throw new IllegalArgumentException("photoId should be a Facebook user ID");
}