The following subchapter will show you how to connect to different social networks and how to retrieve sample data.
Parsing API outputs
Twitter proposes three main APIs: the REST API, Streaming API, and the Ads API. We will be focused on the first two APIs, which provide respectively on-demand or stream data.
Creating application
As explained in the section about OAuth, you have to obtain credentials to be able to collect data from Twitter. There are some simple steps to perform this action:
- Create a Twitter account or use your existing one.
- Go to https://apps...