|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<FacebookExtendedPerm>
com.google.code.facebookapi.FacebookExtendedPerm
@Deprecated public enum FacebookExtendedPerm
An enumeration of the extended permissions available for applications using
the Facebook API.
Send users to the result of authorizationUrl(String, CharSequence)
to request a permission.
| Enum Constant Summary | |
|---|---|
MARKETPLACE
Deprecated. this class exists for legacy support only. Please use Permission instead. |
|
PHOTO_UPLOAD
Deprecated. this class exists for legacy support only. Please use Permission instead. |
|
SMS
Deprecated. this class exists for legacy support only. Please use Permission instead. |
|
STATUS_UPDATE
Deprecated. this class exists for legacy support only. Please use Permission instead. |
|
| Field Summary | |
|---|---|
static java.lang.String |
PERM_AUTHORIZE_ADDR
Deprecated. The unchanging part of the URL to use for authorizing extended permissions. |
| Method Summary | |
|---|---|
static java.net.URL |
authorizationUrl(java.lang.String apiKey,
java.lang.CharSequence permission)
Deprecated. this class exists for legacy support only. Please use Permission instead. |
static java.net.URL |
authorizationUrl(java.lang.String apiKey,
FacebookExtendedPerm permission)
Deprecated. this class exists for legacy support only. Please use Permission instead. |
char |
charAt(int index)
Deprecated. |
java.lang.String |
getPermissionName()
Deprecated. this class exists for legacy support only. Please use Permission instead. |
int |
length()
Deprecated. |
void |
setPermissionName(java.lang.String permissionName)
Deprecated. this class exists for legacy support only. Please use Permission instead. |
java.lang.CharSequence |
subSequence(int start,
int end)
Deprecated. |
java.lang.String |
toString()
Deprecated. |
static FacebookExtendedPerm |
valueOf(java.lang.String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static FacebookExtendedPerm[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
@Deprecated public static final FacebookExtendedPerm STATUS_UPDATE
FacebookRestClient#users_setStatus@Deprecated public static final FacebookExtendedPerm PHOTO_UPLOAD
FacebookRestClient#photos_upload,
FacebookRestClient#photos_addTag@Deprecated public static final FacebookExtendedPerm MARKETPLACE
FacebookRestClient#marketplace_createListing,
FacebookRestClient#marketplace_editListing,
FacebookRestClient#marketplace_removeListing(Long)@Deprecated public static final FacebookExtendedPerm SMS
FacebookRestClient#sms_canSend,
FacebookRestClient#sms_sendMessage| Field Detail |
|---|
public static final java.lang.String PERM_AUTHORIZE_ADDR
| Method Detail |
|---|
public static FacebookExtendedPerm[] values()
for (FacebookExtendedPerm c : FacebookExtendedPerm.values()) System.out.println(c);
public static FacebookExtendedPerm valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null@Deprecated public void setPermissionName(java.lang.String permissionName)
permissionName - @Deprecated public java.lang.String getPermissionName()
@Deprecated
public static java.net.URL authorizationUrl(java.lang.String apiKey,
FacebookExtendedPerm permission)
throws java.io.IOException
apiKey - permission -
java.io.IOException - if something bad happens.
@Deprecated
public static java.net.URL authorizationUrl(java.lang.String apiKey,
java.lang.CharSequence permission)
throws java.io.IOException
apiKey - permission -
java.io.IOException - if something bad happens.public char charAt(int index)
charAt in interface java.lang.CharSequencepublic int length()
length in interface java.lang.CharSequence
public java.lang.CharSequence subSequence(int start,
int end)
subSequence in interface java.lang.CharSequencepublic java.lang.String toString()
toString in interface java.lang.CharSequencetoString in class java.lang.Enum<FacebookExtendedPerm>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||