...
The deleteAppUserRole
operation removes a user from an assigned user role.
Info |
---|
|
You must Before performing this operation, ensure that you call the init operation with the connection parameters before performing this operation properties. |
Code Block |
---|
language | html/xml |
---|
title | deleteAppUserRole |
---|
|
<facebook.deleteAppUserRole>
<appId>{$ctx:appId}</appId>
<user>{$ctx:user}</user>
</facebook.deleteAppUserRole> |
...
The getAppDetails
operation returns details of a specified application.
Info |
---|
|
You must Before performing this operation, ensure that you call the init operation with the fields and connection before performing this operation properties. |
Code Block |
---|
language | html/xml |
---|
title | getAppDetails |
---|
|
<facebook.getAppDetails>
<appId>{$ctx:appId}</appId>
<connection>{$ctx:connection}</connection>
<fields>{$ctx:fields}</fields>
</facebook.getAppDetails> |
...
Unbanning users who a banned from using an application
The unbanAppUser
operation unbansone unbans one or more userswho are banned users from using a specified application.
...
Anchor |
---|
| updateAppDetails |
---|
| updateAppDetails |
---|
|
Updating application detailsThe updateAppDetails
operation updates specified details of a specific application.
...