|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of FacebookMethod in com.google.code.facebookapi |
|---|
| Methods in com.google.code.facebookapi that return FacebookMethod | |
|---|---|
static FacebookMethod |
FacebookMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FacebookMethod[] |
FacebookMethod.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in com.google.code.facebookapi that return types with arguments of type FacebookMethod | |
|---|---|
static java.util.EnumSet<FacebookMethod> |
FacebookMethod.postAuthMethods()
Set of methods that *cannot* be called without authenticating the user/getting a session-id first. |
static java.util.EnumSet<FacebookMethod> |
FacebookMethod.preAuthMethods()
Set of methods that can be called without authenticating the user/getting a session-id first. |
| Methods in com.google.code.facebookapi with parameters of type FacebookMethod | |
|---|---|
protected boolean |
ExtensibleClient.templatizedFeedHandler(FacebookMethod method,
java.lang.String titleTemplate,
java.lang.String titleData,
java.lang.String bodyTemplate,
java.lang.String bodyData,
java.lang.String bodyGeneral,
java.util.Collection<? extends IPair<? extends java.lang.Object,java.net.URL>> pictures,
java.lang.String targetIds,
java.lang.Long pageId)
|
protected boolean |
FacebookRestClient.templatizedFeedHandler(java.lang.Long actorId,
FacebookMethod method,
java.lang.String titleTemplate,
java.lang.String titleData,
java.lang.String bodyTemplate,
java.lang.String bodyData,
java.lang.String bodyGeneral,
java.util.Collection<? extends IPair<? extends java.lang.Object,java.net.URL>> pictures,
java.lang.String targetIds,
java.lang.Long pageId)
Deprecated. |
| Method parameters in com.google.code.facebookapi with type arguments of type FacebookMethod | |
|---|---|
boolean |
IFacebookRestClient.permissions_grantApiAccess(java.lang.String apiKey,
java.util.Set<FacebookMethod> methods)
Grant permission to an external app to make API calls on behalf of the current application. |
boolean |
ExtensibleClient.permissions_grantApiAccess(java.lang.String apiKey,
java.util.Set<FacebookMethod> methods)
|
boolean |
FacebookRestClient.permissions_grantApiAccess(java.lang.String apiKey,
java.util.Set<FacebookMethod> methods)
Deprecated. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||