Hi all,
I'm making a flutter healthy eating application and I want to use the FatSecret API in my application, so the user can search for foods in the FatSecret database (much like Nutracheck and MyFitnessPal).
However, I've had some issues using FatSecret and Postman.
OAuth1
However, Postman auto generates the timestamp, the nonce and the oauth_signature, but I receive this error message:
{
"error": {
"code": 6,
"message": "Invalid/expired timestamp: oauth_timestamp '1683040463'"
}
}