Prakash
Prakash

Reputation: 823

Writing WP7 app which has facebook share or tweet using inbuilt application

I want to add a facebook share and twitter tweet options in my WP7 app. Like in Android I want a pop up to be opened showing list of in build apps that allow you to do. Because we have intents in Android. Are there are ways to send such notifications to OS in WP7?

Upvotes: 1

Views: 976

Answers (1)

ZombieSheep
ZombieSheep

Reputation: 29963

ShareStatusTask and ShareLinkTask will do this for you

Upvotes: 4

Related Questions