FBAppLinkData
This class is no longer available in the most recent version of the SDK.
A more recent version of this class is available. Check out the latest version.

This class contains information that represents an App Link from Facebook.

Inherits from:NSObject
Declared in:FBAppLinkData.h
Properties
actionIDs

List of the ids of the actions for this target

@property (readonly) NSArray *actionIDs;
Declared In: FBAppLinkData.h
actionTypes

List of the types of actions for this target

@property (readonly) NSArray *actionTypes;
Declared In: FBAppLinkData.h
arguments

Addtional arguments supplied with the App Link data.

@property (readonly) NSDictionary *arguments;
Declared In: FBAppLinkData.h
originalQueryParameters

Full set of query parameters for this app link

@property (readonly) NSDictionary *originalQueryParameters;
Declared In: FBAppLinkData.h
originalURL

Original url from which applinkData was extracted

@property (readonly) NSURL *originalURL;
Declared In: FBAppLinkData.h
ref

Reference breadcrumb provided during creation of story

@property (readonly) NSString *ref;
Declared In: FBAppLinkData.h
refererData

Referer data is a JSON object set by the referer with referer-specific content

@property (readonly) NSDictionary *refererData;
Declared In: FBAppLinkData.h
targetURL

The target

@property (readonly) NSURL *targetURL;
Declared In: FBAppLinkData.h
userAgent

User Agent string set by the referer

@property (readonly) NSString *userAgent;
Declared In: FBAppLinkData.h