Identify users who installed the app using the Google Plus API

Is there an easier way to check who installed my app using the Google+ API? I am listing my friends list, where would I like to show the user if his friends are using the application, if they are not invited?

At the moment, I am getting a unique id from the friends list and checking the servers with the database if the user is present or not.

Can anyone please let me know what might be the best way to achieve this?

+3


source to share


1 answer


The people.list API method maintains a value collection

connected

.



List of visible users in authenticated user circles that are also using the requesting application. This list is limited to users who have made their application actions visible to the authenticated user.

+4


source







All Articles