Hi,
I am very new to twitter. I have been assigned a task to develop an application which should display last 10 tweets by a user using his username, user id, password… This application should only display the recent 10 tweets and nothing more. These tweets should be displayed on an advertisement screen. There is no option of reply, retweet, like or something else. Just display. I am not allowed to use php, node.js or C#. I should use https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=xxxxx&count=x and on programming side JSon object, jQuery, AJAX, and Javascript. On server side I have WCF-Rest services which I will use to send data to server.
I have already created an application on https://apps.twitter.com/ to have Consumer key, secret, Access token, secret, … As I am very new so please help me how build this application step by step using Visual Studio.
Thanks a lot in advance.