|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupMethods
Method Summary | |
---|---|
Group |
getGroup(String groupId)
Returns a single group. |
Group |
getGroup(String groupId,
Reading reading)
Returns a single group. |
ResponseList<GroupDoc> |
getGroupDocs(String groupId)
Returns the docs in a group. |
ResponseList<GroupDoc> |
getGroupDocs(String groupId,
Reading reading)
Returns the docs in a group. |
ResponseList<Post> |
getGroupFeed(String groupId)
Returns the group's wall. |
ResponseList<Post> |
getGroupFeed(String groupId,
Reading reading)
Returns the group's wall. |
ResponseList<GroupMember> |
getGroupMembers(String groupId)
Returns all of the users who are members of a group. |
ResponseList<GroupMember> |
getGroupMembers(String groupId,
Reading reading)
Returns all of the users who are members of a group. |
URL |
getGroupPictureURL(String groupId)
Returns url of a group's profile picture. |
ResponseList<Group> |
getGroups()
Returns the Groups that the current user belongs to. |
ResponseList<Group> |
getGroups(Reading reading)
Returns the Groups that the current user belongs to. |
ResponseList<Group> |
getGroups(String userId)
Returns the Groups that a user belongs to. |
ResponseList<Group> |
getGroups(String userId,
Reading reading)
Returns the Groups that a user belongs to. |
String |
postGroupFeed(String groupId,
PostUpdate postUpdate)
Creates the post on a group's wall. |
String |
postGroupLink(String groupId,
URL link)
Posts the link on a group's wall. |
String |
postGroupLink(String groupId,
URL link,
String message)
Posts the link on a group's wall. |
String |
postGroupStatusMessage(String groupId,
String message)
Posts the status message on a group's wall. |
Method Detail |
---|
ResponseList<Group> getGroups() throws FacebookException
FacebookException
- when Facebook service or network is unavailableResponseList<Group> getGroups(Reading reading) throws FacebookException
reading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Group> getGroups(String userId) throws FacebookException
userId
- the ID of a user
FacebookException
- when Facebook service or network is unavailableResponseList<Group> getGroups(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 unavailableGroup getGroup(String groupId) throws FacebookException
groupId
- the ID of the group
FacebookException
- when Facebook service or network is unavailableGroup getGroup(String groupId, Reading reading) throws FacebookException
groupId
- the ID of the groupreading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Post> getGroupFeed(String groupId) throws FacebookException
groupId
- the ID of the group
FacebookException
- when Facebook service or network is unavailableResponseList<Post> getGroupFeed(String groupId, Reading reading) throws FacebookException
groupId
- the ID of the groupreading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableString postGroupFeed(String groupId, PostUpdate postUpdate) throws FacebookException
groupId
- the ID of a grouppostUpdate
- the post to be created
FacebookException
- when Facebook service or network is unavailableString postGroupLink(String groupId, URL link) throws FacebookException
groupId
- the ID of a grouplink
- link URL
FacebookException
- when Facebook service or network is unavailableString postGroupLink(String groupId, URL link, String message) throws FacebookException
groupId
- the ID of a grouplink
- link URLmessage
- link message
FacebookException
- when Facebook service or network is unavailableString postGroupStatusMessage(String groupId, String message) throws FacebookException
groupId
- the ID of a groupmessage
- status message content
FacebookException
- when Facebook service or network is unavailableResponseList<GroupMember> getGroupMembers(String groupId) throws FacebookException
groupId
- the ID of a group
FacebookException
- when Facebook service or network is unavailableResponseList<GroupMember> getGroupMembers(String groupId, Reading reading) throws FacebookException
groupId
- the ID of a groupreading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableURL getGroupPictureURL(String groupId) throws FacebookException
groupId
- the ID of a group
FacebookException
- when Facebook service or network is unavailableResponseList<GroupDoc> getGroupDocs(String groupId) throws FacebookException
groupId
- the ID of a group
FacebookException
- when Facebook service or network is unavailableResponseList<GroupDoc> getGroupDocs(String groupId, Reading reading) throws FacebookException
groupId
- the ID of a groupreading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |