Thanks for following up. To better secure OAuth 2.0
we have implemented IP Restrictions, which 'white list' IP
Addresses for a given client Key/Secret.
We block requests to FatSecret API for a Key/Secret if the
source IP is not white listed. Before releasing these IP ranges
we allowed only 15 specific IP addresses, now we allow up to 15
ranges of IP addresses in your account under "Manage API Keys".
Example: 0.0.0.0/0 => is a range that allows any IPV4 https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing
For Mobile apps we would recommend using an API proxy server to
avoid Mobile Apps communicating directly with FatSecret APIs.
This proxy should be responsible for:
- Managing the validity / renewal of your OAuth 2.0
access tokens
- Forwarding any FatSecret related requests to FatSecret
APIs
Please avoid having your client's credentials part of your
Mobile App source code / configuration.