-
Notifications
You must be signed in to change notification settings - Fork 208
Server and client side SDKs
william26 edited this page Oct 29, 2014
·
2 revisions
To use oauthd from your app, you will need to use either:
- one of our SDKs
- directly the API
Please refer to each SDK's documentation to learn how to use them. Usually, the only difference between using an SDK with oauthd from using it with OAuth.io is that you need to set the oauthd URL.
Client side SDKs
- JavaScript SDK: Github page, documentation
- iOS SDK: Github page, documentation
- Phonegap SDK: Github page, documentation
- Android SDK: Github page, documentation
Server side SDKs
- Nodejs SDK: Github page, documentation
- PHP SDK: Github page, documentation
- Go SDK: Github page, documentation
Please refer to the API section of this wiki.