|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| 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 unavailable
User getMe(Reading reading)
throws FacebookException
reading - optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException - when Facebook service or network is unavailable
User getUser(String userId)
throws FacebookException
userId - the ID of the user
FacebookException - when Facebook service or network is unavailable
User 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 unavailable
URL getPictureURL()
throws FacebookException
FacebookException - when Facebook service or network is unavailable
URL getPictureURL(PictureSize size)
throws FacebookException
size - picture size
FacebookException - when Facebook service or network is unavailable
URL getPictureURL(int width,
int height)
throws FacebookException
width - width of the pictureheight - height of the picture
FacebookException - when Facebook service or network is unavailable
URL getPictureURL(String userId)
throws FacebookException
userId - the ID of a user
FacebookException - when Facebook service or network is unavailable
URL getPictureURL(String userId,
PictureSize size)
throws FacebookException
userId - the ID of a usersize - picture size
FacebookException - when Facebook service or network is unavailable
URL 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 unavailable
URL getSSLPictureURL()
throws FacebookException
FacebookException - when Facebook service or network is unavailable
URL getSSLPictureURL(PictureSize size)
throws FacebookException
size - picture size
FacebookException - when Facebook service or network is unavailable
URL getSSLPictureURL(String userId)
throws FacebookException
userId - the ID of a user
FacebookException - when Facebook service or network is unavailable
URL getSSLPictureURL(String userId,
PictureSize size)
throws FacebookException
userId - the ID of a usersize - picture size
FacebookException - when Facebook service or network is unavailable
List<User> getUsers(String... ids)
throws FacebookException
ids - the IDs of users
FacebookException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||