LuxChat  2.0
Instant messenger for iOS
Properties | List of all members
FBSDKMessengerURLHandlerOpenFromComposerContext Class Reference
Inheritance diagram for FBSDKMessengerURLHandlerOpenFromComposerContext:
FBSDKMessengerContext

Properties

NSString * metadata
 
NSSet * userIDs
 

Property Documentation

- (NSString*) metadata
readnonatomiccopy

Additional information that was passed along with the original media

Note that when opening your app from Messenger composer, the metadata is pulled from the most recent attributed message on the thread. If the most recent attributed message with metadata is not cached on the device, metadata will be nil

- (NSSet*) userIDs
readnonatomiccopy

The user IDs of the other participants on the thread.

User IDs can be used with the Facebook SDK and Graph API (https://developers.facebook.com/docs/graph-api) to query names, photos, and other data. This will only contain IDs of users that have also logged into your app via their Facebook account.

Note that when opening your app from Messenger composer, the userIDs are pulled from the most recent attributed message on the thread. If the most recent attributed message is not cached on the device, userIDs will be nil


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