Goodreads Developers discussion
questions
>
Api returning name not ID
date
newest »


the id is in the id attribute of the user element
for example my response looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<GoodreadsResponse>
<Request>
<authentication>true</authentication>
<key>
<![CDATA[xxxxxxxxxxxxxx]]>
</key>
<method>
<![CDATA[api_auth_user]]>
</method>
</Request>
<user id="28249489">
<name>Gunther Wils</name>
<link>
<![CDATA[https://www.goodreads.com/user/show/2...
</link>
</user>
</GoodreadsResponse>
with this being the id
<user id="28249489">
How can I get this userID when the user Authorises the app?