I am trying to get nearby tweets for the authenticating user but all I get is an empty array of statuses:
"search_metadata" = {
"completed_in" = "0.007";
count = 15;
"max_id" = 343685282756976641;
"max_id_str" = 343685282756976641;
query = "";
"refresh_url" = "?since_id=343685282756976641&q=&geocode=46.620989%252C14.322871%252C1000km&include_entities=1";
"since_id" = 0;
"since_id_str" = 0;
};
statuses = (
);
I am using a library but it seems as if the params were url encoded twice ?