Goodreads Developers discussion

85 views
API OAuth and ueserid and removing friends

Comments Showing 1-4 of 4 (4 new)    post a comment »
dateUp arrow    newest »

message 1: by Tonypower24 (new)

Tonypower24 | 8 comments hello

Question1:
I can interect with GET/POST API functions
but when I request https://www.goodreads.com/api/auth_user

it returns the id of registered User of Consumer and developer key not the loggedIn user that are authorized through my application

I want to get user id of any user who are allowed to use my web appliction that interacts with goodreads

------------------------------
Question 2:

I couldn't find API call that allows to remove friend or edit friends

how can I remove a freind using API


message 2: by Tonypower24 (new)

Tonypower24 | 8 comments I solved problem in Question1

but when I test api create shelf and add friend I get 404 not found as result of API request

I test the url of both https and http


message 3: by Ettore (new)

Ettore Pasquini To answer question 2: I don't believe we have APIs to remove or edit friends. We have get user's friends, add friend request, get friends requests, confirm/decline friend request, confirm/decline friend recommendation.


message 4: by Ettore (new)

Ettore Pasquini about create shelf and add friend request errors: can you post here the params you're sending (minus your dev key of course!) BTW the HTTP method for both must be POST.


back to top