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