Reputation: 103
About 30 mins ago the search endpoint started returning groups with a warning meta about deprecation of groups (not sure if the warning was there before). No version change on my side: end point https://api.foursquare.com/v2 and v=20140201 also tried with v=20140826.
{
"meta": {
"code": 200,
"errorType": "deprecated",
"errorDetail": "This endpoint will stop returning groups in the future. Please use a current version, see http://bit.ly/vywCav."
},
"response": {
"groups": [
{
"type": "nearby",
"name": "Nearby",
"items": [
{
What is happening?
Upvotes: 4
Views: 49
Reputation: 358
Foursquare is aware of the issue and is working on a fix.
https://twitter.com/foursquareapi/status/504381563040444417
Upvotes: 2