Click here to Skip to main content
15,922,533 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have developed on web site in asp.net i want to add share button on first page and when that button is clicked the website should post on Facebook and Twitter wall and whenever some updates come i will automatically post on wall.
how i will do that please help.
Posted

Facebook is providing their API so by using that, you can upload image or update status in your application it will automatically reflect to your facebook account also...
visit the URL http://developers.facebook.com/docs/reference/apis/[^]
 
Share this answer
 
for facebook https://developers.facebook.com/docs/plugins/[^]
for twiiter
https://dev.twitter.com/docs/twitter-for-websites[^]
we can get plugin from above link.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900