I want to use the "Sign in with twitter" using twitter's updated REST 1.1 JSON API in Windows Phone 7/8 using C# & XAML.
I am very much confuse what exactly to be used while making a call to these API (like WebClient or HttpWebRequest or any other). also how to pass the headers n all and make the calls.
I have created the developer app on twitter's dev a/c and got the access token and secrete.
Can anybody help me by giving any sample code of making a REST 1.1 API call in Windows Phone for the following?
- Login to Twitter using OAuth authentication
- Get the user details without using any third party library
- Get user time line tweets/ tweet on behalf/ Invite friends
Thanks in advance!