Hi everybody,
I am trying to understand and implement the Google Play Android Developer API in order to check though a back end if a purchase was completed successfully. I have found these pages in the Internet which describe the way you can implement it:
https://developers.google.com/android-publisher/api-ref/purchases/products/get
https://developers.google.com/android-publisher/authorization
If I have got that right in order for the OAuth2 authentication to be implemented to manage the calls for the back end (to get the tokens), a user (Me) has to actively login in his Google account and authenticate with the corresponding web application. This leads me to the conclusion that I cannot implement it through my website's server since I have to actively login to get the tokens and it is a shared server.
Am I correct or am I missing something here?
Thanks in advance
I am trying to understand and implement the Google Play Android Developer API in order to check though a back end if a purchase was completed successfully. I have found these pages in the Internet which describe the way you can implement it:
https://developers.google.com/android-publisher/api-ref/purchases/products/get
https://developers.google.com/android-publisher/authorization
If I have got that right in order for the OAuth2 authentication to be implemented to manage the calls for the back end (to get the tokens), a user (Me) has to actively login in his Google account and authenticate with the corresponding web application. This leads me to the conclusion that I cannot implement it through my website's server since I have to actively login to get the tokens and it is a shared server.
Am I correct or am I missing something here?
Thanks in advance