setup_credentials
Configure FatSecret API credentials by providing client ID, client secret, and consumer secret. Saves them to a persistent configuration file for ongoing use.
Instructions
Configure FatSecret API credentials. Get them at https://platform.fatsecret.com/ → My Account → API Keys. Saves to persistent config file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes | FatSecret Client ID (from platform.fatsecret.com → API Keys) | |
| client_secret | Yes | FatSecret Client Secret (OAuth 2.0) | |
| consumer_secret | Yes | FatSecret Consumer Secret (OAuth 1.0 — different from Client Secret, found on the same API Keys page) |