Skip to content

yageek/SwiftOAuth1a

Repository files navigation

SwiftOAuth1A

MIT License Carthage compatible

Swift OAuth1a library inspired by https://github.com/guicocoa/cocoa-oauth

Carthage

github "yageek/SwiftOAuth1a" "develop"

Example

import SwiftOAuth1a

let oauthSerializer = Serializer(consumerKey: "consumerKey", consumerSecret: "consumerSecret")

let request = URLRequest("GET", url: NSURL(string: "http://some.url")!, parameters: ["oauth_callback" :  "http://some.callback"])

License

SwiftOAuth1a is available under the MIT license. See the LICENSE file for more info

About

🔒 OAuth1a Swift helpers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages