FBShareDialogParams
이 클래스는 더 이상 최신 버전의 SDK에서 사용할 수 없습니다.
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

This object is used to encapsulate state for parameters to a share dialog that opens in the Facebook app.

Inherits from:FBDialogsParams
Declared in:FBShareDialogParams.h
속성
caption

The caption to be used with the link. Is only used if the link is non-nil.

@property (nonatomic, copy) NSString *caption;
정의된 값: FBShareDialogParams.h
dataFailuresFatal

If YES, treats any data failures (e.g. failures when getting data for IDs passed through "friends" or "place") as a fatal error, and will not continue with the status update.

@property (nonatomic, assign) BOOL dataFailuresFatal;
정의된 값: FBShareDialogParams.h
description

The description associated with the link. Is only used if the link is non-nil.

@property (nonatomic, copy) NSString *description;
정의된 값: FBShareDialogParams.h
friends

An array of NSStrings or FBGraphUsers to tag in the post. If using NSStrings, the values must represent the IDs of the users to tag.

@property (nonatomic, copy) NSArray *friends;
정의된 값: FBShareDialogParams.h
name

The name, or title associated with the link. Is only used if the link is non-nil.

@property (nonatomic, copy) NSString *name;
정의된 값: FBShareDialogParams.h
picture

The link to a thumbnail to associate with the post. Is only used if the link is non-nil. Only "http" or "https" schemes are supported.

@property (nonatomic, copy) NSURL *picture;
정의된 값: FBShareDialogParams.h
place

An NSString or FBGraphPlace to tag in the status update. If NSString, the value must be the ID of the place to tag.

@property (nonatomic, copy) id place;
정의된 값: FBShareDialogParams.h
ref

A text reference for the category of the post, used on Facebook Insights.

@property (nonatomic, copy) NSString *ref;
정의된 값: FBShareDialogParams.h