7
I am developing a web application, and my client asked me about appearing in his application, in some area of the site, images of Facebook, with the desired hashtag.
Example, it will cover a certain example, his customers take pictures and publish on Facebook with the hashtag #EventoDoFulano
, and these photos are displayed on his website.
I am developing this application using ASP.NET MVC 5, with jQuery in frontend. But solutions are welcome in Web Forms as well.
You need to see the API of each social network separately. Each handles it differently. Then you can create classes in your system that aggregate this data. I know what I said seems kind of obvious, but the point of the advice is this: study the API of each network.
– Oralista de Sistemas
@Renan But like this, another question of mine that can be half beast, I will take each api separately, beauty. But for example, it has a specific api for what I want, or are api’s "general" ?
– Erico Souza
Each social network has one, and as far as I know only one API of its own. And you need to use the API of each network that is used by your solution. I don’t know if there is a third-party API that unifies calls to all networks.
– Oralista de Sistemas
@Renan man, thanks for the help, I believe it will already help me at least take a north in my research to develop this module. Thank you.
– Erico Souza