0
是否可以使用安裝在設備上的twitter應用程序將消息發佈到twitter並自動返回到我的應用程序?我可以打開推特應用程序Twitter與Twitter應用程序共享並返回到我的應用程序
NSURL* myUrl = [NSURL URLWithString:[NSString stringWithFormat:@"twitter://post?message=%@", sharingString]];
[[UIApplication sharedApplication] openURL:myUrl];
但之後無法自動回覆。
對於Facebook有一個很好的方式來做到這一點與FBConnect和FBAuth,有什麼類似的Twitter?