TheDevMan
TheDevMan

Reputation: 5954

Determine users who installed an app using Google Plus API

Is there an easier way to check who has installed my app using the Google plus API? I am listing out friends list where I would like to show the user if the his/her friends are using the app if not invite them?

As of now, I am getting the unique ID from the friends list and checking in backend with a database if the user is present or not.

Can somebody let me know what could be the best way to achieve this?

Upvotes: 3

Views: 548

Answers (1)

abraham
abraham

Reputation: 47863

The people.list API method supports a collection value of connected.

The list of visible people in the authenticated user's circles who also use the requesting app. This list is limited to users who made their app activities visible to the authenticated user.

Upvotes: 4

Related Questions