I’m looking for an twitter sdk for windows phone 8.
I already tried twitterrt. And it’s working well for metro app but not for windows phone 8.
I was looking for rewrite the sdk but there aren’t WebAuthenticationBroker, CryptographicBuffer, etc in wp8.
So my question is : Is there an twitter sdk for windows phone 8 or should I rewrite the sdk ?
TweetSharp is the most popular Twitter SDK on Windows Phone and seems to work just fine on WP8. Check out the project web site @ https://github.com/danielcrenna/tweetsharp
Here’s how to install TweetSharp from NuGet:
Here’s a simple WP8 hello world code sample:
And when running this code snippet on the WP8 Emulator we can see the following: