Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 805 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 805 Bytes

Twitter_API

Consumes Twitter API using HttpWebMethod - C# programming Language

In this repository, I have implemented funcationality to Consumes Twitter API to get the Tweets from Twitter Timeline using .Net 'HTTPWebMethod' library for Server side Authorization.

Security lib - System.Security.Cryptography.HMACSHA1

Client lib - System.Net.HttpWebRequest

Twitter Timeline URL - https://api.twitter.com/1.1/statuses/user_timeline.json

Create Twitter Keys and token -

Note:

Replace the generated Twitter Consumer Key, Consumer Secret, Access Token and Accesss token Secret from Twitter app to Main().