Hi, I need to fetch data of a user using his username/userid: username, verification, no. of likes, no. of replies, no. of retweets, text, … at run time, min of last 10 tweets. I should use https://userstream.twitter.com/1.1/user.json with necessary parameters and will get data as JSON format. I have the only one choice and that is Javascript. I am not allowed to use php, ASP.Net, …
- Is it possible to fetch data only by using Javascript or I must use any server side programming (c#, php) + Javascript ?
- If it is possible by using only Javascript, then please help me to find a code example
Thanks a lot in advance.