Im trying to open my Facebook app page from iPhone. Im using this:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.facebook.com/(my page name)"]];
Unfortunately, this redirects to https protocol, and because of that the device is unable to open the page.
What can I do to open this page?