Example of using APIs using the Twitter API. Presented at a pre-hackathon workshop on 10/2 and during HackDuke on 10/ 13.
Check out my Google Presentation
- Login to Twitter and create a Twitter app.
- Create your authentication string and get bearer string (secure authentication string).
- Identify the API method you want to use and get the API endpoint for that method/resource.
- Construct request using the bearer string, endpoint, and any request parameters necessary.
- Send request and receive data. Put into a string.
- Parse response string in JSON format.
- Use data
- Here's a (non-comprehensive) list of fun, handy public APIs
- Visualize JSON with JSON Editor