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

Provides an interface for sharing through the graph API. Using this class requires an access token in AccessToken.currentAccessToken that has been granted the "publish_actions" permission.

ขยาย:Object
แพ็คเกจ:share
ผู้สร้าง
ShareApi(ShareContent)

Constructs a new instance.

public ShareApi(ShareContent shareContent)
พารามิเตอร์คำอธิบาย
shareContentThe content to share.
วิธีการคลาส
share(ShareContent, FacebookCallback)

Convenience method to share a piece of content.

public static void share(ShareContent shareContent, FacebookCallback callback)
พารามิเตอร์คำอธิบาย
shareContentThe content to share.
callbackThe callback to call once the share is complete.
วิธีการแบบอินสแตนซ์
getShareContent()

Returns the content to be shared.

public ShareContent getShareContent()
Returns
The content to be shared.
canShare()

Returns true if the current access token has the publish_actions permission.

public boolean canShare()
Returns
True if the current access token has the publish_actions permission, false otherwise.
share(FacebookCallback)

Share the content.

public void share(FacebookCallback callback)
พารามิเตอร์คำอธิบาย
callbackThe callback to call once the share is complete.