Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The deleteAppUserRole operation removes a user from an assigned user role. 

Info
titleNote

You must Before performing this operation, ensure that you call the init operation with the connection parameters before performing this operation properties.

Code Block
languagehtml/xml
titledeleteAppUserRole
<facebook.deleteAppUserRole>
 	<appId>{$ctx:appId}</appId>
	<user>{$ctx:user}</user>
</facebook.deleteAppUserRole> 

...

The getAppDetails operation returns details of a specified application. 

Info
titleNote

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
languagehtml/xml
titlegetAppDetails
<facebook.getAppDetails>
	<appId>{$ctx:appId}</appId>
    <connection>{$ctx:connection}</connection>
    <fields>{$ctx:fields}</fields>
</facebook.getAppDetails>

...

Anchor
unbanAppUser
unbanAppUser
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 details

The updateAppDetails operation updates specified details of a specific application. 

...