public enum AuthFacebookScope extends Enum<AuthFacebookScope> implements AuthScope
| 枚举常量和说明 |
|---|
EMAIL
scope 含义,以description 为准 |
GROUPS_ACCESS_MEMBER_INFO |
PUBLISH_TO_GROUPS |
USER_AGE_RANGE |
USER_BIRTHDAY |
USER_FRIENDS |
USER_GENDER |
USER_HOMETOWN |
USER_LIKES |
USER_LINK |
USER_LOCATION |
USER_PHOTOS |
USER_POSTS |
USER_VIDEOS |
public static final AuthFacebookScope EMAIL
scope 含义,以description 为准public static final AuthFacebookScope USER_AGE_RANGE
public static final AuthFacebookScope USER_BIRTHDAY
public static final AuthFacebookScope USER_FRIENDS
public static final AuthFacebookScope USER_GENDER
public static final AuthFacebookScope USER_HOMETOWN
public static final AuthFacebookScope USER_LIKES
public static final AuthFacebookScope USER_LINK
public static final AuthFacebookScope USER_LOCATION
public static final AuthFacebookScope USER_PHOTOS
public static final AuthFacebookScope USER_POSTS
public static final AuthFacebookScope USER_VIDEOS
public static final AuthFacebookScope GROUPS_ACCESS_MEMBER_INFO
public static final AuthFacebookScope PUBLISH_TO_GROUPS
public static AuthFacebookScope[] values()
for (AuthFacebookScope c : AuthFacebookScope.values()) System.out.println(c);
public static AuthFacebookScope valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2021. All rights reserved.