Is is possible to open an Application’s page from iOS in Safari?
When I try to open the following page, I’m redirected to a mobile version of Facebook on the page “Pages You May Like“
[[UIApplication sharedApplication] openURL:
[NSURL URLWithString:@"https://www.facebook.com/pages/Appinion/130580070430657"]];
I’d be happy with redirecting to the full version of the site; I’ve tried appending ?m2w with no luck.
Typically I found the answer almost straight away by experimenting a bit
The URL format for mobile versions of the page is:
I imagine this could be shortened..