LuxChat  2.0
Instant messenger for iOS
Properties | List of all members
<FBSDKSharingContent> Protocol Reference

#import <FBSDKSharingContent.h>

Inheritance diagram for <FBSDKSharingContent>:
<FBSDKCopying> FBSDKShareLinkContent FBSDKShareMediaContent FBSDKShareOpenGraphContent FBSDKSharePhotoContent FBSDKShareVideoContent

Properties

NSURL * contentURL
 
FBSDKHashtaghashtag
 
NSArray * peopleIDs
 
NSString * placeID
 
NSString * ref
 

Additional Inherited Members

- Instance Methods inherited from <FBSDKCopying>
(id) - copy
 

Detailed Description

A base interface for content to be shared.

Property Documentation

- (NSURL*) contentURL
readwritenonatomiccopy

URL for the content being shared. This URL will be checked for all link meta tags for linking in platform specific ways. See documentation for App Links (https://developers.facebook.com/docs/applinks/)

Returns
URL representation of the content link
- (FBSDKHashtag*) hashtag
readwritenonatomiccopy

Hashtag for the content being shared.

Returns
The hashtag for the content being shared.
- (NSArray*) peopleIDs
readwritenonatomiccopy

List of IDs for taggable people to tag with this content. See documentation for Taggable Friends (https://developers.facebook.com/docs/graph-api/reference/user/taggable_friends)

Returns
Array of IDs for people to tag (NSString)
- (NSString*) placeID
readwritenonatomiccopy

The ID for a place to tag with this content.

Returns
The ID for the place to tag
- (NSString*) ref
readwritenonatomiccopy

A value to be added to the referrer URL when a person follows a link from this shared content on feed.

Returns
The ref for the content.

The documentation for this protocol was generated from the following file: