|
|||||||||
| 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. |
java.net.URL |
getPictureURL()
Returns the url of the current user's profile picture. |
java.net.URL |
getPictureURL(PictureSize size)
Returns the url of the current user's profile picture. |
java.net.URL |
getPictureURL(java.lang.String userId)
Returns the url of a user's profile picture. |
java.net.URL |
getPictureURL(java.lang.String userId,
PictureSize size)
Returns the url of a user's profile picture. |
java.net.URL |
getSSLPictureURL()
Returns the url of the current user's profile picture over a secure connection. |
java.net.URL |
getSSLPictureURL(PictureSize size)
Returns the url of the current user's profile picture over a secure connection. |
java.net.URL |
getSSLPictureURL(java.lang.String userId)
Returns the url of a user's profile picture over a secure connection. |
java.net.URL |
getSSLPictureURL(java.lang.String userId,
PictureSize size)
Returns the url of a user's profile picture over a secure connection. |
User |
getUser(java.lang.String userId)
Returns a given user, specified by ID. |
User |
getUser(java.lang.String userId,
Reading reading)
Returns a given user, specified by ID. |
java.util.List<User> |
getUsers(java.lang.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(java.lang.String userId)
throws FacebookException
userId - the ID of the user
FacebookException - when Facebook service or network is unavailable
User getUser(java.lang.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
java.net.URL getPictureURL()
throws FacebookException
FacebookException - when Facebook service or network is unavailable
java.net.URL getPictureURL(PictureSize size)
throws FacebookException
size - picture size
FacebookException - when Facebook service or network is unavailable
java.net.URL getPictureURL(java.lang.String userId)
throws FacebookException
userId - the ID of a user
FacebookException - when Facebook service or network is unavailable
java.net.URL getPictureURL(java.lang.String userId,
PictureSize size)
throws FacebookException
userId - the ID of a usersize - picture size
FacebookException - when Facebook service or network is unavailable
java.net.URL getSSLPictureURL()
throws FacebookException
FacebookException - when Facebook service or network is unavailable
java.net.URL getSSLPictureURL(PictureSize size)
throws FacebookException
size - picture size
FacebookException - when Facebook service or network is unavailable
java.net.URL getSSLPictureURL(java.lang.String userId)
throws FacebookException
userId - the ID of a user
FacebookException - when Facebook service or network is unavailable
java.net.URL getSSLPictureURL(java.lang.String userId,
PictureSize size)
throws FacebookException
userId - the ID of a usersize - picture size
FacebookException - when Facebook service or network is unavailable
java.util.List<User> getUsers(java.lang.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 | ||||||||