|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SubscribeMethods
| Method Summary | |
|---|---|
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(String userId)
Returns people a user is subscribed to. |
ResponseList<Subscribedto> |
getSubscribedto(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(String userId)
Returns a user's subscribers. |
ResponseList<Subscriber> |
getSubscribers(String userId,
Reading reading)
Returns a user's subscribers. |
| Method Detail |
|---|
ResponseList<Subscribedto> getSubscribedto()
throws FacebookException
FacebookException - when Facebook service or network is unavailable
ResponseList<Subscribedto> getSubscribedto(Reading reading)
throws FacebookException
reading - optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException - when Facebook service or network is unavailable
ResponseList<Subscribedto> getSubscribedto(String userId)
throws FacebookException
userId - the ID of a user
FacebookException - when Facebook service or network is unavailable
ResponseList<Subscribedto> getSubscribedto(String userId,
Reading reading)
throws FacebookException
userId - the ID of a userreading - optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException - when Facebook service or network is unavailable
ResponseList<Subscriber> getSubscribers()
throws FacebookException
FacebookException - when Facebook service or network is unavailable
ResponseList<Subscriber> getSubscribers(Reading reading)
throws FacebookException
reading - optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException - when Facebook service or network is unavailable
ResponseList<Subscriber> getSubscribers(String userId)
throws FacebookException
userId - the ID of a user
FacebookException - when Facebook service or network is unavailable
ResponseList<Subscriber> getSubscribers(String userId,
Reading reading)
throws FacebookException
userId - the ID of a userreading - optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException - when Facebook service or network is unavailable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||