REST
Last updated
Last updated
Communication
Mappable parameters
When your app requires specifying scopes to access different groups of endpoints, you need to tweak the connection code a bit to make it work correctly with the Universal Module. Here's how:
Add a new advanced parameter called scopes
to the connection parameters.
In the authorize
part of the connection, merge the original scopes with additional scopes added by the parameter from the previous step.
Now when you want to use Universal Module with scopes that have not been granted to the connection previously, you can create a new connection and request those additional scopes manually.