Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 STTwitterAPI 创建执行 twitter 所有操作的应用程序。我正在接收时间线提要。但是如何使用相同的 API 发布推文。我搜索了这个,但是我发现只有 SLComposeViewController 可以发布推文,该推文将呈现控制器,然后我们可以发布带有位置和图像的推文。我想做的是创建自己的撰写视图。所以如果有人对此有一些解决方案,请写信给这个线程。
Thnx 和问候,
帕吉
完整的方法是:
[twitter postStatusUpdate:@"test" inReplyToStatusID:nil latitude:nil longitude:nil placeID:nil displayCoordinates:nil trimUser:nil successBlock:^(NSDictionary *status) { // ... } errorBlock:^(NSError *error) { // ... }];