You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying example i get
fatsecret_api.AuthenticationError: Error 6: Invalid/expired timestamp: oauth_timestamp '1524318438'
I have consumer key and secret
This is the test:
from fatsecret import Fatsecret
fs = Fatsecret(key, secret)
foods = fs.foods_search("Tacos")
The text was updated successfully, but these errors were encountered:
When trying example i get
fatsecret_api.AuthenticationError: Error 6: Invalid/expired timestamp: oauth_timestamp '1524318438'
I have consumer key and secret
This is the test:
from fatsecret import Fatsecret
fs = Fatsecret(key, secret)
foods = fs.foods_search("Tacos")
The text was updated successfully, but these errors were encountered: