New Facebook permissions

:wave: @system1 I currently do not have an ETA on this.

I believe we may be able to pass these within the connectionScopes . If you’re using Lock something like :

   var lockOptions = {
      ...
      auth: {
      ...
      connectionScopes: {
             'facebook': ['groups_access_member_info', 'publish_to_groups'],
                ..
       }
     }
  };
1 Like