I’ve managed to make an OAuth library that successfully signs and sends correct URL’s to the Twitter API, however there seems to be a lack of information on how to construct more complex queries. If I add as the search parameters “&q=london.json” that works. If I add on any other parameters such as geocode, ending it with .json, it no longer works e.g.
&q=london&count=50.json
How is the search segment of the URL supposed to be constructed?