我想用Twitter的應用程序中打開頁面:如何在我的iphone應用程序的twitter應用程序中打開twitter頁面?
要打開我使用下面的代碼Twitter的應用程序:
NSURL *urlApp = [NSURL URLWithString: [NSString stringWithFormat:@"%@", @"twitter://https://twitter.com/#!/PAGE"]];
[[UIApplication sharedApplication] openURL:urlApp];
但這代碼似乎沒有不按預期工作,我只在沒有我想要顯示的頁面的情況下啓動Twitter應用程序。
有三個正斜槓的URL爲這個答案所示。使用兩個爲我工作。 –