facebook - Easiest way to share a link as Page from iOS app -


what's easiest way share link facebook page ios app? don't care if solution isn't elegant, it's internal tool.

you can try this....

nsstring *urlstring = @"your link"; nsstring *shareurlstring = [nsstring stringwithformat:@"https://m.facebook.com/sharer.php?u=%@", urlstring]; shareurlstring = [shareurlstring stringbyaddingpercentescapesusingencoding:nsutf8stringencoding]; nsurl *url = [[nsurl alloc] initwithstring:shareurlstring]; [[uiapplication sharedapplication] openurl:url]; 

Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -