Click here to Skip to main content
15,886,079 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
In facebook/hootsuite after placing the url automatically it will fetch the data(title,description,author,publication name) and related imaged belongs to that url.
 
How to get the same thing with non subscribed(I don't want to subscribe that website/articles) data like from "The Australian News" articles is there any references or dll is available in asp.net ?

What I have tried:

how-to-read-the-content-of-non-subscribed-sites-data-using-asp-net
Posted
Comments
F-ES Sitecore 19-Oct-16 7:24am    
Read up on Open Graph, that is how sites know what descriptions, images etc to use for a snapshot. You will still need to be able to issue and read an http request to the url though. If the site is sub only then maybe facebook is whitelisted for that company. If there was a way you could simply bypass subscription paywalls then they'd be useless.

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