admin.getAppProperties (socialNetwork.admin.getAppProperties)
The admin.getAppProperties API method is currently in beta and its features, attributes and behavior could change with no notice. We'd appreciate your input while admin.getAppProperties is in beta.
Returns a Map of application properties for the requested fields.
Parameters
-
JSON Array <
required>
JSON Array of the property names to retrieve.
Application Properties:
- string The name of your application.
- string Your application's callback URL.
- string The URL where a user gets redirected after installing your application.
- string (Not supported at the moment)
- string (Not supported at the moment
- string The URL where a user gets redirected after removing your application.
- string For Web-based applications, these are the IP addresses of your servers that can access Bebo's servers and serve information to your application.(Not supported at the moment)
- string The email address associated with the application (read-only).
- string The description of your application.
- boolean Indicates whether you render your application with SNML (0) or in an iframe (1).
- boolean Indicates whether your application is Web-based (0) or gets installed on a user's desktop (1).(Not supported at the moment)
- boolean Indicates whether your application can run on a mobile device (1) or not (0).(Not supported at the moment)
- string The default SNML code that appears in the user's profile box when he or she adds your application.
- boolean (Not supported at the moment)
- string For applications that can create attachments, this is the URL where you store the attachment's content.(Not supported at the moment)
- string For applications that can create attachments, this is the label for the action that creates the attachment.(Not supported at the moment)
- string This is the URL to your application's About page (read-only).
- boolean (Not supported at the moment)
- boolean Indicates whether a user can (1) or cannot (0) install your application.
- string The URL to your application's privacy terms.(Not supported at the moment)
- string The URL to your application's help page.(Not supported at the moment)
- string (Not supported at the moment)
- string The URL to your application's Terms of Service. (Not supported at the moment)
- boolean Indicates whether developer mode is enabled (1) or disabled (0). Only developers can install applications in developer mode.
- jsonobject A preloaded FQL query.
- string The default SNML code that defines what, if anything, appears in the user's profile actions when he or she adds your application.(Not supported at the moment)
- string The canvas name of your application (read-only).
- string A URL for your application's icon (read-only).
- string A URL for your application's logo, as shown in product directory and search listings (read-only).
Other parameters required to make this API method call
- String < required> The api key of the current app.
- 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.