My app is in the app store and all worked well but now foursquare has changed something and I can't get any places.
I search places in area and use "intend" = "browse". I researched that if change "intend" to "checkin" it works well, but I need "browse".
Additionally if I choose "checkin" I need to add "ll" parameter that I sometimes don't have.
My request:
Response:
{
meta = {
code = 200;
};
response = {
venues = ();
};
}