public interface SubscribeMethods
| Modifier and Type | Method and Description |
|---|---|
ResponseList<Subscribedto> |
getSubscribedto()
Returns people the current user is subscribed to.
|
ResponseList<Subscribedto> |
getSubscribedto(Reading reading)
Returns people the current user is subscribed to.
|
ResponseList<Subscribedto> |
getSubscribedto(java.lang.String userId)
Returns people a user is subscribed to.
|
ResponseList<Subscribedto> |
getSubscribedto(java.lang.String userId,
Reading reading)
Returns people a user is subscribed to.
|
ResponseList<Subscriber> |
getSubscribers()
Returns the current user's subscribers.
|
ResponseList<Subscriber> |
getSubscribers(Reading reading)
Returns the current user's subscribers.
|
ResponseList<Subscriber> |
getSubscribers(java.lang.String userId)
Returns a user's subscribers.
|
ResponseList<Subscriber> |
getSubscribers(java.lang.String userId,
Reading reading)
Returns a user's subscribers.
|
ResponseList<Subscribedto> getSubscribedto() throws FacebookException
FacebookException - when Facebook service or network is unavailableResponseList<Subscribedto> getSubscribedto(Reading reading) throws FacebookException
reading - optional reading parameters. see Graph API#reading - Facebook DevelopersFacebookException - when Facebook service or network is unavailableResponseList<Subscribedto> getSubscribedto(java.lang.String userId) throws FacebookException
userId - the ID of a userFacebookException - when Facebook service or network is unavailableResponseList<Subscribedto> getSubscribedto(java.lang.String userId, Reading reading) throws FacebookException
userId - the ID of a userreading - optional reading parameters. see Graph API#reading - Facebook DevelopersFacebookException - when Facebook service or network is unavailableResponseList<Subscriber> getSubscribers() throws FacebookException
FacebookException - when Facebook service or network is unavailableResponseList<Subscriber> getSubscribers(Reading reading) throws FacebookException
reading - optional reading parameters. see Graph API#reading - Facebook DevelopersFacebookException - when Facebook service or network is unavailableResponseList<Subscriber> getSubscribers(java.lang.String userId) throws FacebookException
userId - the ID of a userFacebookException - when Facebook service or network is unavailableResponseList<Subscriber> getSubscribers(java.lang.String userId, Reading reading) throws FacebookException
userId - the ID of a userreading - optional reading parameters. see Graph API#reading - Facebook DevelopersFacebookException - when Facebook service or network is unavailable