Almost all of the Social Networking sites like Facebook, Google Plus, Twitter, et cetera all have openly-available APIs that can be used to authenticate and interact with these sites. You would simply need to look up implementations for each of them.
For example, Facebook has the
Facebook-CSharp-SDK, which is available via a NuGet package or
this Twitter API Proxy that can be used with C# to communicate with Twitter. Most of these libraries will have the necessary documentation and resources to guide you in performing various types of activities through the APIs.
Member
54 Points
419 Posts
posting in facebook, googleplus, twitter, pininterest, Pls guide
Jan 25, 2016 01:49 PM|bsarahim|LINK
hi im looking for a asp.net samples easy to use, where i can post my questions and anwers from the table to the social media network..
Appreciate, share your practices and guide me.. thanks
All-Star
114593 Points
18503 Posts
MVP
Re: posting in facebook, googleplus, twitter, pininterest, Pls guide
Jan 26, 2016 02:03 PM|Rion Williams|LINK
Almost all of the Social Networking sites like Facebook, Google Plus, Twitter, et cetera all have openly-available APIs that can be used to authenticate and interact with these sites. You would simply need to look up implementations for each of them.
For example, Facebook has the Facebook-CSharp-SDK, which is available via a NuGet package or this Twitter API Proxy that can be used with C# to communicate with Twitter. Most of these libraries will have the necessary documentation and resources to guide you in performing various types of activities through the APIs.