Swift開發的推ter框架:Swifter

jopen 10年前發布 | 36K 次閱讀 Swifter Apple Swift開發

Swifter 是一個用 Swift 開發的 iOS & OS X 的 推ter 框架。
swifter_logo.png

示例代碼:

//Instantiation with ACAccount:
let swifter = Swifter(account: 推terAccount)

//Instansiation with OAuth:
let swifter = Swifter(consumerKey: "", consumerSecret: "")

swifter.authorizeWithCallbackURL(callbackURL, success: {
    accessToken, response in

    // ...

    }, 
    failure: {

    // ...

    })

swifter.getStatusesHomeTimelineWithCount(20, sinceID: nil, maxID: nil, trimUser: true, contributorDetails: false, includeEntities: true, success: {
    statuses, response in

    // ...

    }, failure: {

    // ...

    })

項目主頁:http://www.baiduhome.net/lib/view/home/1404272065342

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!