FBAppLinkResolver
Questa classe non è più disponibile nella versione più recente dell'SDK.
Non è disponibile una versione più recente di questa classe. Controlla la versione più recente.

Provides an implementation of the BFAppLinkResolving protocol that uses the Facebook app link index to resolve App Links given a URL. It also provides an additional helper method that can resolve multiple App Links in a single call.

Discussion:

Usage of this type requires a client token. See [FBSettings setClientToken:].

Conforms to:BFAppLinkResolving
Inherits from:NSObject
Declared in:FBAppLinkResolver.h
Metodi di classe
resolver

Allocates and initializes a new instance of FBAppLinkResolver.

+ (instancetype) resolver;
Tipo dichiarato in: FBAppLinkResolver.h
Metodi di istanza
appLinksFromURLsInBackground:

Asynchronously resolves App Link data for multiple URLs.

ParametroDescrizione
urls

An array of NSURLs to resolve into App Links.

- (BFTask *) appLinksFromURLsInBackground:(NSArray *)urls;
Discussion:

You should set the client token before making this call. See [FBSettings setClientToken:]

Tipo dichiarato in: FBAppLinkResolver.h