Skip to content

stumpyfr/TwitterWinRT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwitterWinRT

Twitter API in Async/Await for WinRT

Usage

  1. Create an instance of TwitterWinRT with your consumerKey and consumerSecret for your App (the app need to have the right to read AND write tweets!!)

  2. Check the AccessGranted property to detect if the user is already logued

  3. If not, call GainAccessToTwitter()

  4. You can call:

    a. GetUserTimeline()

    b. GetTimeline()

    c. UpdateStatus(String status)

    d. GetProfil(void || int userId || string userName)

    e. Logout()

Bitdeli Badge

About

Twitter API in Async/Await for WinRT

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages