A
A
andy3010862015-06-15 22:43:44
C++ / C#
andy301086, 2015-06-15 22:43:44

Using twitter api in web api c#?

Good afternoon. I want to tie twitter api to web api. Is it possible to do this? And is it possible to get the number of friends and followers for a user from twitter? Thanks in advance

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Artem Voronov, 2015-06-16
@newross

Yes, it is possible to tie twitter api to web api. If the API allows you to get the number of followers, and for this you need to read the documentation for the API, then this can also be done.

M
mpavlov, 2015-06-16
@mpavlov

NuGet Package Manager to the rescue. You search for the desired package by the keyword "Twitter", study the documentation, features, install it in the project and go! Fortunately, now the .NET framework has almost completely switched to a modular system, which has opened up wide opportunities for developers of various plug-ins, auxiliary libraries, etc. And it is not difficult to attach some additional functionality, including integration with any social network, to applications (be it web api, winforms, mvc).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question