I want to get trending tweets in srilanka. I use the GET trends/place REST API.
WOEID for sri lanka is 23424778 .
when I call https://api.twitter.com/1.1/trends/place.json?id=23424778 it returns {“errors”:[{“code”:34,“message”:“Sorry, that page does not exist.”}]}.
but it works for id=1 and other WOEIDs.