Goodreads Developers discussion
questions
>
Help! Can’t get books on a private member’s shelf (Swift)
date
newest »


func showCurrentlyReading(_ oauthswift: OAuth1Swift, userID: String) {
let _ = oauthswift.client.get(
"https://www.goodreads.com/review/list...",
parameters: [:],
success: { response in
print(response)
},
failure: { error in
print(error)
})
}
Any help would be amazing!
EDIT: Just realized I posted the wrong snippet. 🤦♂️This is the function that isn’t working for profiles with limited visibility: