Skip to content

AmalH/Goodreads-Oauth-in-Swift-

Repository files navigation

iOS: Goodreads Oauth

This repo is associated to an iOS tutorials/samples series I am currently sharing. It helps you integrate Goodreads authentication into your ios app so that you can use the Goodreads API later on.

Description

This repo and the associated tutorial demos the following:

  • Authorizing a user with OAuthSwift into your iOS application

  • Getting the authorized user's Id

Getting started

Clone this repository and import into Xcode

git clone https://github.com/AmalH/Goodreads-Oauth-in-Swift-.git

Use this tutorial for a step by step guidance : iOS: OAuth integration with Goodreads