Facebook app group limitations

I am studying creating an application that will actively use Facebook application / game groups. During my prototyping, I noticed the following limitations:

1) The number of groups . Apparently, there is a limit on the number of groups an application can have, this limit is apparently related to the number of users participating in the application. For example, with 1 user participating in the application, I can only create one group. If I add a few more users, I can add a few more groups. Does anyone know if specific restrictions are fixed. I cannot find them, and it would be nice to know what they are, so I can develop my application around these limitations.

2) The number of groups to which the user can be invited . When I try to add a user to more than 5 groups (via consecutive API calls), I get the following error:

OAuthException: (#4002) The attempt to invite the user to the group failed. 

Does anyone know if there is a restriction on how many groups a user can be a member of this application? Is the restriction based on time, for example, can a user connect up to 5 groups every hour, etc.? If there is such a restriction, restrictions documented somewhere?

Thanks in advance for your help.

- Steve

+4
source share

Source: https://habr.com/ru/post/1491972/


All Articles