Reputation: 2583
Every time I call the GET /locations/search API endpoint always returns me an error
{
"meta": {
"error_type": "APIError",
"code": 400,
"error_message": "Endpoint temporarily unavailable; please retry shortly"
}
}
Examples of requests:
https://api.instagram.com/v1/locations/search?lat=48.858844&lng=2.294351&client_id=CLIENT_ID
The same response if I use an "access_token".
Obviously, I use a proper CLIENT_ID and ACCESS_TOKEN.
I've tried it with different accounts but it constantly returns 400 APIError for me.
All other API endpoints works fine for me.
Thanks.
Upvotes: 1
Views: 289
Reputation: 345
Many (all?) clients have been receiving that error on that endpoint for the past 48 hours. It's not just you.
See this other Stackoverflow question regarding this outage
Upvotes: 1