0

Once a user has authed my application to fetch his contacts, would it be allowed to save all the contacts in a database for later use?

I wonder if there would be any restrictions to this.

This way we could prevent the user from authoring every time we need to use his contacts.

FooBar
  • 5,752
  • 10
  • 44
  • 93

1 Answers1

1

You already got the contacts, I don't see why you wouldn't be allowed to save it. Obviously it's always nice to make it clear to the user what you're doing and maybe give an opt-out option.

Vinicius Braz Pinto
  • 8,209
  • 3
  • 42
  • 60