DefaultAudience
เวอร์ชั่นที่ใหม่กว่าของคลาสนี้พร้อมแล้ว ตรวจสอบได้ เวอร์ชั่นล่าสุด

Certain operations such as publishing a status or publishing a photo require an audience. When the user grants an application permission to perform a publish operation, a default audience is selected as the publication ceiling for the application. This enumerated value allows the application to select which audience to ask the user to grant publish permission for.

ขยาย:Enum
แพ็คเกจ:login
วิธีการคลาส
values()
public static DefaultAudience values()
valueOf(String)
public static DefaultAudience valueOf(String name)
พารามิเตอร์คำอธิบาย
name
วิธีการแบบอินสแตนซ์
getNativeProtocolAudience()
public String getNativeProtocolAudience()
ค่าคงตัว
NONE
Represents an invalid default audience value, can be used when only reading.
public static final DefaultAudience NONE
ONLY_ME
Indicates only the user is able to see posts made by the application.
public static final DefaultAudience ONLY_ME
FRIENDS
Indicates that the user's friends are able to see posts made by the application.
public static final DefaultAudience FRIENDS
EVERYONE
Indicates that all Facebook users are able to see posts made by the application.
public static final DefaultAudience EVERYONE