android: how to get trends from twitter?
I want to get trends from Twitter. Can any one help me with that please.I have done login using login button and got active session also now trouble is how to get trending hash tags. https://dev.twitter.com/rest/reference/get/trends/place example request: https://api.twitter.com/1.1/trends/place.json?id=1 where id is WOEID - The Yahoo! Where On Earth ID of the location for global : 1 for india : 23424975 accesing twitterapi needs a Authorization as a header. public class ConstantsUtils { public static final String URL_ROOT_TWITTER_API = "https://api.twitter.com"; public static final String URL