Twitter 框架 Twitter Swifter

码农软件 · 软件分类 · 网站API · 2019-03-09 21:13:32

软件介绍

Swifter 是一个用 Swift 开发的 iOS & OS X 的 Twitter 框架。

示例代码:

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

//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: {

    // ...

    })

本文地址:https://codercto.com/soft/d/998.html

趣学Python编程

趣学Python编程

Jason Briggs / 尹哲 / 人民邮电出版社 / 2014-3 / 45.00元

python是一款解释型、面向对象、动态数据类型的高级程序设计语言。python语法简捷而清晰,具有丰富和强大的类库,因而在各种行业中得到广泛的应用。对于初学者来讲,python是一款既容易学又相当有用的编程语言,国内外很多大学开设这款语言课程,将python作为一门编程语言学习。 《趣学python编程》是一本轻松、快速掌握python编程的入门读物。全书分为3部分,共18章。第1部分是第......一起来看看 《趣学Python编程》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具