In Twitter API v 1.0. there was this particular API - GET statuses/public_timeline - that returned x number of latest public tweets.
However, they seem to have gotten rid of it. I am making an iOS Twitter app that shows the latest tweets from either around the world or from a specific location (Depending on users choice). What can I do to fetch public timelines that meet these criteria?