FATSECRET_CLIENT_ID
: FatSecret OAuth client IDFATSECRET_CLIENT_SECRET
: FatSecret OAuth client secret
Ensure that these environment variables are added to your .env
file.
To use FatSecret's services, you need to register your application and obtain client credentials by following these steps:
- Go to the FatSecret Platform.
- Click on "Sign Up" to create an account or log in if you already have one.
- Once logged in, create a new application to get your
client_id
andclient_secret
.
After acquiring your FATSECRET_CLIENT_ID
and FATSECRET_CLIENT_SECRET
, add them to your .env
file like this:
FATSECRET_CLIENT_ID=your_fatsecret_client_id
FATSECRET_CLIENT_SECRET=your_fatsecret_client_secret