Inherits from | INKHandler : NSObject |
Declared in | INKFacebookHandler.h |
Overview
An instance of INKFacebookHandler
performs Facebook-related tasks in third-party Facebook apps with browser fallback.
Tasks
-
– showProfileWithId:
Shows a specific profile / page
-
– showEventWithId:
Shows a specific event
Instance Methods
showEventWithId: 
- (INKActivityPresenter *)showEventWithId:(NSString *)eventId
Discussion
Shows a specific event
Parameters
- eventId
The id of the event
Return Value
A INKActivityPresenter
object to present
Declared In
INKFacebookHandler.h
showProfileWithId: 
- (INKActivityPresenter *)showProfileWithId:(NSString *)userId
Discussion
Shows a specific profile / page
Parameters
- userId
The id of the profile / page
Return Value
A INKActivityPresenter
object to present
Declared In
INKFacebookHandler.h