FBSDKMessengerURLHandler
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

FBSDKMessengerURLHandler is used to handle incoming URLs from Messenger.

Inherits from:NSObject
Declared in:FBSDKMessengerURLHandler.h
인스턴스 메서드
canOpenURL:sourceApplication:

Determines whether an incoming URL can be handled by this class

매개변수설명
url

The URL passed in from the source application

sourceApplication

The bundle id representing the source application

- (BOOL)
canOpenURL: (NSURL *)url
sourceApplication: (NSString *)sourceApplication;
openURL:sourceApplication:

Attempts to handle the Messenger URL and returns YES if and only if successful. This should be called from the AppDelegate's -openURL: method

매개변수설명
url

The URL passed in from the source application

sourceApplication

The bundle id representing the source application

- (BOOL)
openURL: (NSURL *)url
sourceApplication: (NSString *)sourceApplication;