FBSDKSharing
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

The common interface for components that initiate sharing.

Extends Protocol:NSObject
Declared in:FBSDKSharing.h
속성
delegate

The receiver's delegate or nil if it doesn't have a delegate.

@property (nonatomic, weak) id<FBSDKSharingDelegate> delegate;
정의된 값: FBSDKSharing.h
shareContent

The content to be shared.

@property (nonatomic, copy) id<FBSDKSharingContent> shareContent;
정의된 값: FBSDKSharing.h
shouldFailOnDataError

A Boolean value that indicates whether the receiver should fail if it finds an error with the share content.

@property (nonatomic, assign) BOOL shouldFailOnDataError;
Discussion:

If NO, the sharer will still be displayed without the data that was mis-configured. For example, an invalid placeID specified on the shareContent would produce a data error.

정의된 값: FBSDKSharing.h
인스턴스 메서드
validateWithError:

Validates the content on the receiver.

매개변수설명
errorRef

If an error occurs, upon return contains an NSError object that describes the problem.

- (BOOL) validateWithError:(NSError **)errorRef;
정의된 값: FBSDKSharing.h