You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App Links are keyed off of http/https urls, so the url you create must be an internet-accessible http/https url. Facebook does not currently publish app link tags, and as such are not supported by BFAppLinkNavigation.
I am using the following code to open the Facebook app:
and what I get is an error (generated in BFWebViewAppLinkResolver.m) - NSURLErrorDomain - code 1002.
When I use [[UIApplication sharedApplication] openURL:url] on the same URL it works just fine..
Please help me guys :)
I want to use Bolts to interact with Facebook app.
The text was updated successfully, but these errors were encountered: