Versions Compared

Key

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

...

In order to access data from BellaDati, you need to enable API access in your domain. To do so, open your domain settings and click Configure under OAuth Settings.

Image Added

In this dialog, enter a consumer key and consumer secret. These will be used during authentication in the SDK.

Image Added

You can optionally set a callback URL that will be opened when a user successfully authorizes an OAuth request - more on that in the example below. Finally, if your application environment doesn't allow using a web browser for authentication, you can enable xAuth to authenticate with username and password from within your client application.

...