public class FacebookLink extends Object
public FacebookLink(String link, String name, String caption, String description)
link
- The link's URLname
- The name of the linkcaption
- A caption to be displayed with the linkdescription
- The description of the linkpublic FacebookLink(String link, String name, String caption, String description, String picture)
link
- The link's URLname
- The name of the linkcaption
- A caption to be displayed with the linkdescription
- The description of the linkpicture
- A picture to be displayed with the link