- SNML-tester
- API-browser
- Handtekeningtester
- SNML-documenten
- API-documenten
- SNQL-documenten
- SNJS documenten
users.hasAppPermission (socialNetwork.users.hasAppPermission)
The users.hasAppPermission API method is currently in beta and its features, attributes and behavior could change with no notice. We'd appreciate your input while users.hasAppPermission is in beta.
Tests whether or not the user identified by the session key has the extended permission specified by the ext_perm parameter.
Returns either true (1) or false (0)
Parameters
- String < required> The name of the extended permission you are checking to see if the user posesses.
Other parameters required to make this API method call
- String < required> The api key of the current app.
- String < required> The current user's session key.
- Decimal < required> The sequence number for this request. This must be greater than the value provided for the previous call. Tip: Server time in milliseconds is ideal for this.
- String < required> The signature for the current request.
- String < required> Set this to 1.0 for now.
- String < optional> Response format, accepts XML or JSON, default is XML.
- String < optional> Generates a call to the callback containing the formatted results.