Its a game app. There are multiple levels. In each level we have different fb page urls. The url is uploaded at server and it can vary at times. How do I open the urls in the facebook app if available rather than in browser? I tried openURL() but it opens in browser.
Asked
Active
Viewed 425 times
1
-
Can you open pages in app using urls?use webview control instead of browser... you can show within app if you need – Dharma May 11 '17 at 13:03