【问题标题】:How to get the tweeter time line?如何获得推特时间线?
【发布时间】:2017-06-27 05:44:03
【问题描述】:

如果我通过单个 ScreenName,我会得到时间线

TWTRAPIClient *client = [[TWTRAPIClient alloc] init];
self.dataSource = [[TWTRUserTimelineDataSource alloc] initWithScreenName:@"collisionconf" APIClient:client];

但我试图传递两个 ScreenName,然后我没有得到高音扬声器时间线。

TWTRAPIClient *client = [[TWTRAPIClient alloc] init];
self.dataSource = [[TWTRUserTimelineDataSource alloc] initWithScreenName:@"collisionconf,fabric" APIClient:client];

我不知道如何传递多个 ScreenNames,请帮助我。

【问题讨论】:

    标签: ios objective-c timeline twitter-fabric tweets


    【解决方案1】:

    目标 C

    请试试这个链接。

    https://dev.twitter.com/twitterkit/ios/show-timelines

    【讨论】:

    • 此文档链接他们为一个 ScreenName 提供了选项。但我想传递多个 ScreeName。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2014-08-29
    • 2017-02-14
    • 2019-07-03
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多