Possible Duplicate:
SDK for windows phone for Twitter API
I have been building a Windows Phone Application. There are some Pictures and Comments that I need to share with my friends to Twitter and Facebook.
But I haven’t found any Twitter SDK For Windows Phone Platform.
Do you have any suggestions?
If you want to share only comments(i.e text) you can make use of the ShareStatusTask class of Windows phone, which allows you to share to both Twitter and facebook as well.
But if you want to share pictures or if you want to implement a customized twitter sharing functionality, you can make use of some third party libraries like Hammock, Twitterizer etc.
And for customized facebook sharing, this Article may help you