I only want to get a latest tweet to my Windows Phone Apps using Tweetsharp. below is what I have done:
- Installing Tweetsharp using Nuget Package Manager.
- Registering my apps to Twitter Developer Site.
- Get Consumer key, Consumer Secret, token, and token secret.
- Initializing TwitterService using that 4 keys.
Then, what is next? are there any mistakes of my steps above? I am really confused.
The documentation for tweetsharp is available on the wiki.
The best method is statuses/user_timeline :
You have all the prerequisites. Let's code !
A piece of Xaml
and a piece of C#
that's all !