|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserMethods
Method Summary | |
---|---|
User |
getMe()
Returns the current user. |
User |
getMe(Reading reading)
Returns the current user. |
URL |
getPictureURL()
Returns the url of the current user's profile picture. |
URL |
getPictureURL(int width,
int height)
Returns the url of the current user's profile picture. |
URL |
getPictureURL(PictureSize size)
Returns the url of the current user's profile picture. |
URL |
getPictureURL(String userId)
Returns the url of a user's profile picture. |
URL |
getPictureURL(String userId,
int width,
int height)
Returns the url of a user's profile picture. |
URL |
getPictureURL(String userId,
PictureSize size)
Returns the url of a user's profile picture. |
URL |
getSSLPictureURL()
Returns the url of the current user's profile picture over a secure connection. |
URL |
getSSLPictureURL(PictureSize size)
Returns the url of the current user's profile picture over a secure connection. |
URL |
getSSLPictureURL(String userId)
Returns the url of a user's profile picture over a secure connection. |
URL |
getSSLPictureURL(String userId,
PictureSize size)
Returns the url of a user's profile picture over a secure connection. |
User |
getUser(String userId)
Returns a given user, specified by ID. |
User |
getUser(String userId,
Reading reading)
Returns a given user, specified by ID. |
List<User> |
getUsers(String... ids)
Returns the users specified by IDs. |
Method Detail |
---|
User getMe() throws FacebookException
FacebookException
- when Facebook service or network is unavailableUser getMe(Reading reading) throws FacebookException
reading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableUser getUser(String userId) throws FacebookException
userId
- the ID of the user
FacebookException
- when Facebook service or network is unavailableUser getUser(String userId, Reading reading) throws FacebookException
userId
- the ID of the userreading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableURL getPictureURL() throws FacebookException
FacebookException
- when Facebook service or network is unavailableURL getPictureURL(PictureSize size) throws FacebookException
size
- picture size
FacebookException
- when Facebook service or network is unavailableURL getPictureURL(int width, int height) throws FacebookException
width
- width of the pictureheight
- height of the picture
FacebookException
- when Facebook service or network is unavailableURL getPictureURL(String userId) throws FacebookException
userId
- the ID of a user
FacebookException
- when Facebook service or network is unavailableURL getPictureURL(String userId, PictureSize size) throws FacebookException
userId
- the ID of a usersize
- picture size
FacebookException
- when Facebook service or network is unavailableURL getPictureURL(String userId, int width, int height) throws FacebookException
userId
- the ID of a userwidth
- width of the pictureheight
- height of the picture
FacebookException
- when Facebook service or network is unavailableURL getSSLPictureURL() throws FacebookException
FacebookException
- when Facebook service or network is unavailableURL getSSLPictureURL(PictureSize size) throws FacebookException
size
- picture size
FacebookException
- when Facebook service or network is unavailableURL getSSLPictureURL(String userId) throws FacebookException
userId
- the ID of a user
FacebookException
- when Facebook service or network is unavailableURL getSSLPictureURL(String userId, PictureSize size) throws FacebookException
userId
- the ID of a usersize
- picture size
FacebookException
- when Facebook service or network is unavailableList<User> getUsers(String... ids) throws FacebookException
ids
- the IDs of users
FacebookException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |