I am using Android Market api.
I use it to retrieve all the comments to my app:
http://code.google.com/p/android-market-api/wiki/HowToGetAppComments
My question is how can I know what is the authorId of the current user?
I just need to know if that user already write a comment or not.
Thanks!
The example code at the link you posted shows this:
Based on the source code , to get the
authorIDof the first comment for example, you should be able to use