Reputation: 3168
I've currently got an app that me and a few mates have be working on and we would like to add some degree of twitter integration - basically we would like a user to be able to logon and tweet from the application..
I've looked an API but they all seem to use MVC and some sort of Callback URLS to process the login..
My question is how exactly can we handle that with WPF? Ive really no idea so any help would be fantastic
The API we are using for the integration is http://www.twitterizer.net/..
So - We are looking for how to manage the logon to Twitter through our application and how to store the Data safely.
Upvotes: 1
Views: 567
Reputation: 2593
http://linqtotwitter.codeplex.com/
This is a good API which uses Linq. You should try it out.
Upvotes: 2