Zoom integration scopes outdated
-
I’m building a page that aims to manage webinar bookings using Booking Forms and the Events Manager – Zoom integration.
According to the documentation (https://wp-events-plugin.com/documentation/location-types/zoom/), I need to create an OAuth App on Zoom and set the following scopes:
Users
- View all user information (
user:read:admin)
Webinars
- View and manage all user webinars (
webinar:write:admin)
The issue is that Zoom has recently changed how scopes are managed: they’ve introduced Granular Scopes, but the plugin documentation still refers to the Classic Scopes.
(Source: https://developers.zoom.us/docs/integrations/oauth-scopes-overview/#granular-scopes)The main problem is that newly created apps can no longer use Classic Scopes, and the Events Manager plugin doesn’t seem to support Granular Scopes yet.
I tried adding all the corresponding granular scopes under the sections View all user information and View and manage all user webinars, but I’m getting an error (Error 4700).
Has anyone run into this issue or found a workaround? Any help would be appreciated!
- View all user information (
You must be logged in to reply to this topic.