Is there a library for interacting with social networks?

While social networking sites are a “thing”, it seems to me that a library that will interact with them from within the program will be very useful?
Is there such a library at the moment (or in the works)?

There would be a lot of need for such a library, and I could try to run such a library.

Thanks in advance!

Edited
I know that there is an SDK for most social networking sites, but I was thinking more about a unified library in order to be able to target most of them and possibly add distribution opportunities to new sites.
The language I was thinking about was C / C ++ to simplify porting / integration into other languages.

+3
source share
3 answers

Take a look at ASNE , it is modular and contains the most popular social networks.

you can add your module simply by creating a class extended from socialnetwork and add the methods you need. You already have a social manager from ASNE Core

This is just a simple contact with the author, it helps me a lot.

+3
source

This question is too open. What platform are you planning to deploy to? The terminology you would like to search for is called the SDK. For example, if you want to connect to facebook on an Android phone, search the Google for Android Android SDK. SDKs exist on most major platforms for most major social networking sites.

.Net JAVA, http://www.programmableweb.com/ API .

+1

If you want to share your site (say, message and pages) on social sites, there are social share buttons wiritten in PHP http://codesnipp.it/code/628

Oh, I have not seen your edited content. It seems you need a C ++ library.

0
source

Source: https://habr.com/ru/post/1784445/


All Articles