Uses of Interface
facebook4j.Link

Packages that use Link
facebook4j.api   
facebook4j.json   
 

Uses of Link in facebook4j.api
 

Methods in facebook4j.api that return Link
 Link LinkMethods.getLink(String linkId)
          Returns the link shared on a user's wall.
 Link LinkMethods.getLink(String linkId, Reading reading)
          Returns the link shared on a user's wall.
 

Methods in facebook4j.api that return types with arguments of type Link
 ResponseList<Link> LinkMethods.getLinks()
          Returns the current user's/page's/event's posted links.
 ResponseList<Link> LinkMethods.getLinks(Reading reading)
          Returns the current user's/page's/event's posted links.
 ResponseList<Link> LinkMethods.getLinks(String id)
          Returns a user's/page's/event's posted links.
 ResponseList<Link> LinkMethods.getLinks(String id, Reading reading)
          Returns a user's/page's/event's posted links.
 

Uses of Link in facebook4j.json
 

Methods in facebook4j.json that return Link
static Link DataObjectFactory.createLink(String rawJSON)
          Constructs a Link object from rawJSON string.
 



Copyright © 2019. All rights reserved.