How to use twitter api with windows 8 apps ?
To integrate Twitter in your apps you have to know the twitter api or to use ready librariries made by other programmers to do the job ,the best library i found is linktotwitter ,you can download it from codeplex :
http://linqtotwitter.codeplex.com/
or just install it from visual studio 2012 using nuget :
To integrate Twitter in your apps you have to know the twitter api or to use ready librariries made by other programmers to do the job ,the best library i found is linktotwitter ,you can download it from codeplex :
http://linqtotwitter.codeplex.com/
or just install it from visual studio 2012 using nuget :
PM> Install-Package linqtotwitter
http://nuget.org/packages/linqtotwitter
Now how to use it ?
Before uyou can make any api call from your app,you have to register it through twitter Developer site :https://dev.twitter.com/
After entering the url Callback you get two keys :
- Consumer key
- Consumer secret
You can also use it the hard way by implementing the REST api yourself which is needs more knowledge of twitter api , in simple words you send an http request to their servers
No comments:
Post a Comment