Goodreads Developers discussion
API OAuth and ueserid and removing friends
date
newest »


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

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