如果已经问过这个问题,请原谅我,我找不到简单明了的答案。是否可以使用Twitter Kit通过Hashtag对推文进行排序。
会使用搜索还是列表
搜索:
let dataSource = TWTRSearchTimelineDataSource(searchQuery: "#twitterflock", APIClient: TWTRAPIClient())'
dataSource.resultType = "popular"
列表:
let dataSource = TWTRListTimelineDataSource(listSlug: "surfing", listOwnerScreenName: "stevenhepting", APIClient: TWTRAPIClient())
感谢您的时间,