FBAppLinkResolver
คลาสนี้ไม่มีให้ใช้งานใน SDK เวอร์ชั่นล่าสุดอีกต่อไป
เวอร์ชั่นที่ใหม่กว่าของคลาสนี้พร้อมแล้ว ตรวจสอบได้ เวอร์ชั่นล่าสุด

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
วิธีการคลาส
resolver

Allocates and initializes a new instance of FBAppLinkResolver.

+ (instancetype) resolver;
ให้คำรับรองไว้ใน: FBAppLinkResolver.h
วิธีการทันใจ
appLinksFromURLsInBackground:

Asynchronously resolves App Link data for multiple URLs.

พารามิเตอร์คำอธิบาย
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:]

ให้คำรับรองไว้ใน: FBAppLinkResolver.h