Goodreads Developers discussion
questions
>
Help! Can’t get books on a private member’s shelf (Swift)
date
newest »
newest »
I named my functions poorly and posted the wrong snippet. This is the one that’s giving me the 403 error for profiles with limited visibility.
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: