Baxter
Baxter

Reputation: 169

Getting the right request id when a user follows an invite

I don't understand why, when the user follows an invite sent to them from the new request dialog, we get a comma separated list of all the request ids they have been sent. This means I do not know which one they have clicked on. How do I know this?

Upvotes: 0

Views: 645

Answers (1)

Igy
Igy

Reputation: 43816

See the documentation for the requests dialog and the requests in general

Your app receives a list of all requests that the current user has outstanding for your app, you can then show your own interface for them to accept them all

Upvotes: 1

Related Questions