We are creating an application that will ask the user for permission to their friends, and then will store their friends_ids in our database, does this violate the terms of service? If so, where can we find this violation cause I couldnt seem to find it.
Share
See the Platform Policy, section II.
You can store the data, but be sure to make it clear to the user. You can’t use the data outside of the application or sell it (obviously). For friends list, you should update the list every 24 hours to account for new / removed friends.