2

I am starting working on a new app which will show news of different channels. But I am bit confused that how to get data from websites which will update automatically. Am I need their API keys for integration or some other method. please give me some suggestions.

Junaid
  • 316
  • 5
  • 23

1 Answers1

4

News sites will likely have RSS feeds. You can use classes from System.ServiceModel.Syndication to parse them. In-depth discussion here.

Community
  • 1
  • 1
cyberj0g
  • 3,707
  • 1
  • 19
  • 34