How to open facebook page in facebook app in iphone?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have the following page I want to show in facebook app: http://www.facebook.com/mypage I try to do the following but it doesn't seem to work: NSURL *urlApp = [NSURL URLWithString:@"fb://profile/mypage"]; [[UIApplication sharedApplication] openURL:urlApp]; also I tried @"fb://mypage" with the same negative result. Application is open but without the page needed. 回答1: To open facebook page in facebook app you should: 1)Find uid of your page (it can be done for example by looking at source code of your facebook page) I got the following