public class FacebookConsumer extends Object implements SiteSpecificConsumer
com.restfb.FacebookClient
clientConstructor and Description |
---|
FacebookConsumer() |
Modifier and Type | Method and Description |
---|---|
boolean |
canConsume(URL url)
Determine whether the given URL can be handled by this consumer.
|
List<URL> |
consume(URL url)
Get the data urls at the given URL.
|
public FacebookConsumer()
public boolean canConsume(URL url)
SiteSpecificConsumer
canConsume
in interface SiteSpecificConsumer
url
- the url to testpublic List<URL> consume(URL url)
SiteSpecificConsumer
consume
in interface SiteSpecificConsumer
url
- the url to test