Open Facebook page from iOS game -
I am making a Facebook game and I have to keep a button that lets the user open my Facebook page, though , When I open my page URL:
This only opens the original Facebook app but does not redirect to my page. I tried this URL on Safari and it works just fine.
Try to use NS URL
NSUrl * AUrl = [NSURL URLWithString : @ "Your Facebook URL"]; [[UIApplication ShareApp] Open URL: URL];
Comments
Post a Comment